@@ -, +, @@ --- Koha/Biblio/ItemGroup.pm | 8 -------- Koha/Biblio/ItemGroup/Item.pm | 8 -------- 2 files changed, 16 deletions(-) --- a/Koha/Biblio/ItemGroup.pm +++ a/Koha/Biblio/ItemGroup.pm @@ -131,12 +131,4 @@ sub _type { return 'ItemGroup'; } -=head3 object_class - -=cut - -sub object_class { - return 'Koha::Biblio::ItemGroup'; -} - 1; --- a/Koha/Biblio/ItemGroup/Item.pm +++ a/Koha/Biblio/ItemGroup/Item.pm @@ -35,12 +35,4 @@ sub _type { return 'ItemGroupItem'; } -=head3 object_class - -=cut - -sub object_class { - return 'Koha::Biblio::ItemGroup::Item'; -} - 1; --