Bug 24161: (follow-up) DBIC changes
Define koha_object[s]_class methods Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
910acdbcfa
commit
164b8127e7
1 changed files with 6 additions and 1 deletions
|
@ -91,6 +91,11 @@ __PACKAGE__->belongs_to(
|
|||
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-05-04 08:25:41
|
||||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:YHD9b6rUAPUM5HzFg4k9Wg
|
||||
|
||||
sub koha_object_class {
|
||||
'Koha::Acquisition::Order::Claim';
|
||||
}
|
||||
sub koha_objects_class {
|
||||
'Koha::Acquisition::Order::Claims';
|
||||
}
|
||||
|
||||
# You can replace this text with custom code or comments, and it will be preserved on regeneration
|
||||
1;
|
||||
|
|
Loading…
Reference in a new issue