From 3a48e4aeaf729dae457c813955385ba84bd1de8b Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 17 Feb 2017 10:39:09 +0100 Subject: [PATCH] Bug 16966: Teach K::S::R::OldIssue its Koha objects class --- Koha/Schema/Result/OldIssue.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Koha/Schema/Result/OldIssue.pm b/Koha/Schema/Result/OldIssue.pm index 6daaa40..5f8491f 100644 --- a/Koha/Schema/Result/OldIssue.pm +++ b/Koha/Schema/Result/OldIssue.pm @@ -210,6 +210,8 @@ __PACKAGE__->belongs_to( # Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-04-23 13:04:51 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9GdzytyInRcFZns/q0qb3Q +sub koha_objects_class { + 'Koha::Old::Checkouts'; +} -# You can replace this text with custom content, and it will be preserved on regeneration 1; -- 2.9.3