From 561f328e5b44e496f01be7e9e6d9b3426034abe8 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 Content-Type: text/plain; charset=utf-8 Signed-off-by: Marcel de Rooy --- 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.1.4