|
Lines 128-133
__PACKAGE__->belongs_to(
Link Here
|
| 128 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-10-17 11:17:50 |
128 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-10-17 11:17:50 |
| 129 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Oj/1VkjYP538OlNeu41mqA |
129 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Oj/1VkjYP538OlNeu41mqA |
| 130 |
|
130 |
|
|
|
131 |
sub koha_object_class { |
| 132 |
'Koha::Import::Record::Biblio'; |
| 133 |
} |
| 134 |
sub koha_objects_class { |
| 135 |
'Koha::Import::Record::Biblios'; |
| 136 |
} |
| 131 |
|
137 |
|
| 132 |
# You can replace this text with custom content, and it will be preserved on regeneration |
|
|
| 133 |
1; |
138 |
1; |
| 134 |
- |
|
|