From 320a4b4d74f5b4d76adb58e45865e54000a3bb4b Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 31 Mar 2023 12:59:46 +0200 Subject: [PATCH 1/1] Bug 32437: (QA follow-up) Add missing methods in schema file Signed-off-by: Tomas Cohen Arazi --- Koha/Schema/Result/ImportAuth.pm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Koha/Schema/Result/ImportAuth.pm b/Koha/Schema/Result/ImportAuth.pm index d28e5b06c3..16e09818e5 100644 --- a/Koha/Schema/Result/ImportAuth.pm +++ b/Koha/Schema/Result/ImportAuth.pm @@ -100,6 +100,11 @@ __PACKAGE__->belongs_to( # Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-03-31 10:47:53 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:SRH+gauacnrd+nD9OtAfCQ +sub koha_objects_class { + 'Koha::Import::Record::Auths'; +} +sub koha_object_class { + 'Koha::Import::Record::Auth'; +} -# You can replace this text with custom content, and it will be preserved on regeneration 1; -- 2.11.0