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