Bug 33104: Add koha_object_class(s) definitions
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
5e0c6b397d
commit
a2e9364637
1 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue