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-06-30 09:54:35
120
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-06-30 09:54:35
121
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Ljn21/DFV5QvS5z3kDrBwQ
121
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Ljn21/DFV5QvS5z3kDrBwQ
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