Bug 14697: (RM follow-up) Add _type methods to ReturnClaim class

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Martin Renvoize 2019-10-31 14:38:10 +00:00
parent bc8b8a7a6b
commit 23150020e6
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -277,6 +277,11 @@ __PACKAGE__->belongs_to(
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-10-31 12:18:39
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:a1MJxAPCP8yuYvzkXp5q8w
sub koha_objects_class {
'Koha::Checkouts::ReturnClaims';
}
sub koha_object_class {
'Koha::Checkouts::ReturnClaim';
}
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1;