@@ -, +, @@ --- Koha/ItemType.pm | 4 ---- Koha/ItemTypes.pm | 4 ---- 2 files changed, 8 deletions(-) --- a/Koha/ItemType.pm +++ a/Koha/ItemType.pm @@ -89,8 +89,4 @@ sub _type { return 'Itemtype'; } -sub type { - return 'Itemtype'; -} - 1; --- a/Koha/ItemTypes.pm +++ a/Koha/ItemTypes.pm @@ -43,10 +43,6 @@ sub _type { return 'Itemtype'; } -sub type { - return 'Itemtype'; -} - sub object_class { return 'Koha::ItemType'; } --