From c9c64314192b5a43609f5347fafefdcf2dc6541d Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 1 Mar 2023 11:21:21 +0100 Subject: [PATCH] Bug 33103: DBIC specific Signed-off-by: Jonathan Field --- Koha/Schema/Result/AqbooksellerAlias.pm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Koha/Schema/Result/AqbooksellerAlias.pm b/Koha/Schema/Result/AqbooksellerAlias.pm index fd983336b5..95ba55827a 100644 --- a/Koha/Schema/Result/AqbooksellerAlias.pm +++ b/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; -- 2.30.2