From 84756cb0040a83758ade01c3608467e55689d794 Mon Sep 17 00:00:00 2001 From: Laura_Escamilla Date: Wed, 24 Jul 2024 15:50:46 +0000 Subject: [PATCH] Bug 35669 - Updated check in message for a specific authorised value in the LOST authorised values --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt index 7091e5ef8e..9d9063585d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -342,7 +342,8 @@ [% IF Koha.Preference('BlockReturnOfLostItems') %]

Item is lost, cannot be checked in.

[% ELSE %] -

Item was lost, now found.

+ [% itemlost_description = AuthorisedValues.GetDescriptionByKohaField({ kohafield => 'items.itemlost', authorised_value => item.itemlost }) %] +

Item was [% itemlost_description %], now found.

[% END %] [% IF LostItemFeeRefunded and not Koha.Preference('BlockReturnOfLostItems') %]

A refund for the lost item charge has been applied to the borrowing patron's account.

-- 2.39.2