|
Lines 91-96
__PACKAGE__->belongs_to(
Link Here
|
| 91 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-03-01 10:07:31 |
91 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-03-01 10:07:31 |
| 92 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9s3K0S0BfrHLN/V3X9DB1A |
92 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9s3K0S0BfrHLN/V3X9DB1A |
| 93 |
|
93 |
|
|
|
94 |
sub koha_object_class { |
| 95 |
'Koha::Acquisition::Bookseller::Alias'; |
| 96 |
} |
| 97 |
sub koha_objects_class { |
| 98 |
'Koha::Acquisition::Bookseller::Aliases'; |
| 99 |
} |
| 94 |
|
100 |
|
| 95 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
|
|
| 96 |
1; |
101 |
1; |
| 97 |
- |
|
|