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:
parent
e8d34c2bdd
commit
60a0e155a1
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue