Bug 23355: (QA follow-up) Missing koha_object(s)_class definitions

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Tomás Cohen Arazi 2020-03-03 10:48:22 -03:00 committed by Martin Renvoize
parent a1d89f8b88
commit d6684f13fc
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -130,6 +130,12 @@ __PACKAGE__->belongs_to(
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-07-23 13:21:03
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Oaee+hS82IEJHHBGuOXDtw
sub koha_objects_class {
'Koha::Cash::Register::Actions';
}
sub koha_object_class {
'Koha::Cash::Register::Action';
}
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1;