From 23150020e67e32312649a391956f7edbd337ab49 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 31 Oct 2019 14:38:10 +0000 Subject: [PATCH] Bug 14697: (RM follow-up) Add _type methods to ReturnClaim class Signed-off-by: Martin Renvoize --- Koha/Schema/Result/ReturnClaim.pm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Koha/Schema/Result/ReturnClaim.pm b/Koha/Schema/Result/ReturnClaim.pm index d3eb30141e..f088a80fd6 100644 --- a/Koha/Schema/Result/ReturnClaim.pm +++ b/Koha/Schema/Result/ReturnClaim.pm @@ -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; -- 2.39.5