Bug 33104: Add koha_object_class(s) definitions

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Tomás Cohen Arazi 2023-05-05 17:41:20 -03:00
parent 5e0c6b397d
commit a2e9364637
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -147,6 +147,11 @@ __PACKAGE__->belongs_to(
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-05-05 12:54:39
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:NOk5VsJp5v7nTw39qxrEbw
sub koha_object_class {
'Koha::Acquisition::Bookseller::Interface';
}
sub koha_objects_class {
'Koha::Acquisition::Bookseller::Interfaces';
}
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1;