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

(-)a/Koha/Schema/Result/AqbooksellerIssue.pm (-2 / +6 lines)
Lines 120-125 __PACKAGE__->belongs_to( Link Here
120
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-04-12 07:36:23
120
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-04-12 07:36:23
121
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:vf8jThqaWu2QkrXeMUgsgA
121
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:vf8jThqaWu2QkrXeMUgsgA
122
122
123
sub koha_object_class {
124
    'Koha::Acquisition::Bookseller::Issue';
125
}
126
sub koha_objects_class {
127
    'Koha::Acquisition::Bookseller::Issues';
128
}
123
129
124
# You can replace this text with custom code or comments, and it will be preserved on regeneration
125
1;
130
1;
126
- 

Return to bug 33105