From 8f93680b75e293aef3ec4ec05c09219ff355dbaf Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 11 Apr 2023 22:38:45 +0200 Subject: [PATCH] Bug 33105: DBIC specific Content-Type: text/plain; charset=utf-8 Signed-off-by: Jonathan Field --- Koha/Schema/Result/AqbooksellerIssue.pm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Koha/Schema/Result/AqbooksellerIssue.pm b/Koha/Schema/Result/AqbooksellerIssue.pm index 7ed7e43e1e..8185644132 100644 --- a/Koha/Schema/Result/AqbooksellerIssue.pm +++ b/Koha/Schema/Result/AqbooksellerIssue.pm @@ -120,6 +120,11 @@ __PACKAGE__->belongs_to( # Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-06-30 09:54:35 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Ljn21/DFV5QvS5z3kDrBwQ +sub koha_object_class { + 'Koha::Acquisition::Bookseller::Issue'; +} +sub koha_objects_class { + 'Koha::Acquisition::Bookseller::Issues'; +} -# You can replace this text with custom code or comments, and it will be preserved on regeneration 1; -- 2.30.2