Bug 17589 - Improper method type in Koha::ItemType(s)

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
Kyle Hall 2016-11-08 17:12:27 +00:00
parent 2b54196b72
commit 80c80ca683
2 changed files with 0 additions and 8 deletions

View file

@ -89,8 +89,4 @@ sub _type {
return 'Itemtype'; return 'Itemtype';
} }
sub type {
return 'Itemtype';
}
1; 1;

View file

@ -43,10 +43,6 @@ sub _type {
return 'Itemtype'; return 'Itemtype';
} }
sub type {
return 'Itemtype';
}
sub object_class { sub object_class {
return 'Koha::ItemType'; return 'Koha::ItemType';
} }