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

(-)a/Koha/Schema/Result/BiblioMetadataError.pm (-1 / +17 lines)
Lines 112-115 __PACKAGE__->belongs_to( Link Here
112
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2026-02-27 12:56:18
112
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2026-02-27 12:56:18
113
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9EDJRN99cOP8lmceBh8GpQ
113
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9EDJRN99cOP8lmceBh8GpQ
114
114
115
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
115
1;
132
1;
116
- 

Return to bug 35104