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

(-)a/Koha/Biblio/ItemGroup.pm (-8 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;
(-)a/Koha/Biblio/ItemGroup/Item.pm (-9 lines)
Lines 35-46 sub _type { Link Here
35
    return 'ItemGroupItem';
35
    return 'ItemGroupItem';
36
}
36
}
37
37
38
=head3 object_class
39
40
=cut
41
42
sub object_class {
43
    return 'Koha::Biblio::ItemGroup::Item';
44
}
45
46
1;
38
1;
47
- 

Return to bug 24857