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

(-)a/Koha/Schema/Result/Illcomment.pm (-2 / +8 lines)
Lines 143-147 __PACKAGE__->belongs_to( Link Here
143
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:z5Y6mVTLtrYxmqmyAc/E7A
143
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:z5Y6mVTLtrYxmqmyAc/E7A
144
144
145
145
146
# You can replace this text with custom code or comments, and it will be preserved on regeneration
146
sub koha_object_class {
147
    'Koha::ILL::Comment';
148
}
149
150
sub koha_objects_class {
151
    'Koha::ILL::Comments';
152
}
153
147
1;
154
1;
148
- 

Return to bug 35581