Bug 33105: DBIC specific

Signed-off-by: Jonathan Field <jonathan.fieeld@ptfs-europe.com>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Jonathan Druart 2023-04-11 22:38:45 +02:00 committed by Tomas Cohen Arazi
parent bd5e7148fb
commit 7b68f1afca
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -120,6 +120,11 @@ __PACKAGE__->belongs_to(
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-06-30 09:54:35 # Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-06-30 09:54:35
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Ljn21/DFV5QvS5z3kDrBwQ # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Ljn21/DFV5QvS5z3kDrBwQ
sub koha_object_class {
'Koha::Acquisition::Bookseller::Issue';
}
sub koha_objects_class {
'Koha::Acquisition::Bookseller::Issues';
}
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1; 1;