Bug 17589 - Improper method type in Koha::ItemType(s)
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
parent
2b54196b72
commit
80c80ca683
2 changed files with 0 additions and 8 deletions
|
@ -89,8 +89,4 @@ sub _type {
|
|||
return 'Itemtype';
|
||||
}
|
||||
|
||||
sub type {
|
||||
return 'Itemtype';
|
||||
}
|
||||
|
||||
1;
|
||||
|
|
|
@ -43,10 +43,6 @@ sub _type {
|
|||
return 'Itemtype';
|
||||
}
|
||||
|
||||
sub type {
|
||||
return 'Itemtype';
|
||||
}
|
||||
|
||||
sub object_class {
|
||||
return 'Koha::ItemType';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue