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

(-)a/Koha/Schema/Result/ImportOaiAuthority.pm (+9 lines)
Lines 149-152 __PACKAGE__->belongs_to( Link Here
149
149
150
150
151
# You can replace this text with custom code or comments, and it will be preserved on regeneration
151
# You can replace this text with custom code or comments, and it will be preserved on regeneration
152
153
sub koha_object_class {
154
    'Koha::Import::OAI::Authority';
155
}
156
157
sub koha_objects_class {
158
    'Koha::Import::OAI::Authorities';
159
}
160
152
1;
161
1;
(-)a/Koha/Schema/Result/ImportOaiBiblio.pm (-1 / +9 lines)
Lines 143-146 __PACKAGE__->belongs_to( Link Here
143
143
144
144
145
# You can replace this text with custom code or comments, and it will be preserved on regeneration
145
# You can replace this text with custom code or comments, and it will be preserved on regeneration
146
147
sub koha_object_class {
148
    'Koha::Import::OAI::Biblio';
149
}
150
151
sub koha_objects_class {
152
    'Koha::Import::OAI::Biblios';
153
}
154
146
1;
155
1;
147
- 

Return to bug 35659