Bug 16966: Teach K::S::R::OldIssue its Koha objects class

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
Jonathan Druart 2017-02-17 10:39:09 +01:00 committed by Kyle M Hall
parent e8d34c2bdd
commit 60a0e155a1

View file

@ -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;