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:
Martin Renvoize 2019-08-21 08:23:52 +01:00
parent 205ab8f50b
commit 12f583dd2c
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -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;