@@ -, +, @@ --- Koha/Schema/Result/AqbooksellerAlias.pm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) --- a/Koha/Schema/Result/AqbooksellerAlias.pm +++ a/Koha/Schema/Result/AqbooksellerAlias.pm @@ -91,6 +91,11 @@ __PACKAGE__->belongs_to( # Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-03-01 10:07:31 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9s3K0S0BfrHLN/V3X9DB1A +sub koha_object_class { + 'Koha::Acquisition::Bookseller::Alias'; +} +sub koha_objects_class { + 'Koha::Acquisition::Bookseller::Aliases'; +} -# You can replace this text with custom code or comments, and it will be preserved on regeneration 1; --