Bug 24161: (follow-up) DBIC changes

Define koha_object[s]_class methods

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Jonathan Druart 2020-05-04 13:32:33 +02:00 committed by Martin Renvoize
parent 910acdbcfa
commit 164b8127e7
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -91,6 +91,11 @@ __PACKAGE__->belongs_to(
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-05-04 08:25:41
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:YHD9b6rUAPUM5HzFg4k9Wg
sub koha_object_class {
'Koha::Acquisition::Order::Claim';
}
sub koha_objects_class {
'Koha::Acquisition::Order::Claims';
}
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1;