View | Details | Raw Unified | Return to bug 17589
Collapse All | Expand All

(-)a/Koha/ItemType.pm (-4 lines)
Lines 89-96 sub _type { Link Here
89
    return 'Itemtype';
89
    return 'Itemtype';
90
}
90
}
91
91
92
sub type {
93
    return 'Itemtype';
94
}
95
96
1;
92
1;
(-)a/Koha/ItemTypes.pm (-5 lines)
Lines 43-52 sub _type { Link Here
43
    return 'Itemtype';
43
    return 'Itemtype';
44
}
44
}
45
45
46
sub type {
47
    return 'Itemtype';
48
}
49
50
sub object_class {
46
sub object_class {
51
    return 'Koha::ItemType';
47
    return 'Koha::ItemType';
52
}
48
}
53
- 

Return to bug 17589