# You can replace this text with custom code or comments, and it will be preserved on regeneration
=head2 koha_objects_class
Koha Objects class
=cut
sub koha_objects_class {
'Koha::SIP2::Account::CustomItemFields';
}
=head2 koha_object_class
Koha Object class
sub koha_object_class {
'Koha::SIP2::Account::CustomItemField';
1;
'Koha::SIP2::Account::CustomPatronFields';
'Koha::SIP2::Account::CustomPatronField';
'Koha::SIP2::Account::ItemFields';
'Koha::SIP2::Account::ItemField';
'Koha::SIP2::Account::PatronAttributes';
'Koha::SIP2::Account::PatronAttribute';
'Koha::SIP2::Account::ScreenMsgRegexs';
'Koha::SIP2::Account::ScreenMsgRegex';
'Koha::SIP2::Account::SortBinMappings';
'Koha::SIP2::Account::SortBinMapping';
'Koha::SIP2::Accounts::SystemPreferenceOverrides';
'Koha::SIP2::Account::SystemPreferenceOverrides';
-