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

(-)a/Koha/Biblio/ItemGroup.pm (-9 lines)
Lines 131-142 sub _type { Link Here
131
    return 'ItemGroup';
131
    return 'ItemGroup';
132
}
132
}
133
133
134
=head3 object_class
135
136
=cut
137
138
sub object_class {
139
    return 'Koha::Biblio::ItemGroup';
140
}
141
142
1;
134
1;
143
- 

Return to bug 24857