View | Details | Raw Unified | Return to bug 23355
Collapse All | Expand All

(-)a/Koha/Schema/Result/CashRegisterAction.pm (-2 / +7 lines)
Lines 130-135 __PACKAGE__->belongs_to( Link Here
130
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-07-23 13:21:03
130
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-07-23 13:21:03
131
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Oaee+hS82IEJHHBGuOXDtw
131
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Oaee+hS82IEJHHBGuOXDtw
132
132
133
sub koha_objects_class {
134
    'Koha::Cash::Register::Actions';
135
}
136
137
sub koha_object_class {
138
    'Koha::Cash::Register::Action';
139
}
133
140
134
# You can replace this text with custom code or comments, and it will be preserved on regeneration
135
1;
141
1;
136
- 

Return to bug 23355