Bug 14570: (RM follow-up) Add class relatinship to BorrowerRelationship
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
205ab8f50b
commit
12f583dd2c
1 changed files with 6 additions and 1 deletions
|
@ -129,6 +129,11 @@ __PACKAGE__->belongs_to(
|
|||
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-08-20 15:14:37
|
||||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ZymvWAn9Nzfuh1lExUIhIg
|
||||
|
||||
sub koha_objects_class {
|
||||
'Koha::Patron::Relationships';
|
||||
}
|
||||
sub koha_object_class {
|
||||
'Koha::Patron::Relationship';
|
||||
}
|
||||
|
||||
# You can replace this text with custom code or comments, and it will be preserved on regeneration
|
||||
1;
|
||||
|
|
Loading…
Reference in a new issue