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

(-)a/Koha/Schema/Result/AqordersClaim.pm (-2 / +6 lines)
Lines 91-96 __PACKAGE__->belongs_to( Link Here
91
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-05-04 08:25:41
91
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-05-04 08:25:41
92
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:YHD9b6rUAPUM5HzFg4k9Wg
92
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:YHD9b6rUAPUM5HzFg4k9Wg
93
93
94
sub koha_object_class {
95
    'Koha::Acquisition::Order::Claim';
96
}
97
sub koha_objects_class {
98
    'Koha::Acquisition::Order::Claims';
99
}
94
100
95
# You can replace this text with custom code or comments, and it will be preserved on regeneration
96
1;
101
1;
97
- 

Return to bug 24161