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

(-)a/Koha/Schema/Result/BiblioMetadataError.pm (-2 / +16 lines)
Lines 113-117 __PACKAGE__->belongs_to( Link Here
113
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9EDJRN99cOP8lmceBh8GpQ
113
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9EDJRN99cOP8lmceBh8GpQ
114
114
115
115
116
# You can replace this text with custom code or comments, and it will be preserved on regeneration
116
=head2 koha_object_class
117
118
=cut
119
120
sub koha_object_class {
121
    'Koha::Biblio::Metadata::Error';
122
}
123
124
=head2 koha_objects_class
125
126
=cut
127
128
sub koha_objects_class {
129
    'Koha::Biblio::Metadata::Errors';
130
}
131
117
1;
132
1;
118
- 

Return to bug 35104