From 60a0e155a1586531bff220766704f0c9699cfb16 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 Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall --- 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 6daaa403a9..5f8491f463 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.20.1