From 7f08434ec7efe729e8af9dcdda693e9d8103f0dc Mon Sep 17 00:00:00 2001 From: Laura Escamilla Date: Thu, 25 Apr 2024 11:49:00 +0000 Subject: [PATCH] Bug 35669: Update check in messages to match the lost authorised value. --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- 1 file changed, 1 insertion(+), 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 b6efe580e3..0f04413baa 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -338,7 +338,7 @@ [% IF Koha.Preference('BlockReturnOfLostItems') %]

Item is lost, cannot be checked in.

[% ELSE %] - [% itemlost_description = AuthorisedValues.GetDescriptionByKohaField({ kohafield = 'items.itemlost', authorised_value = item.itemlost }) %] + [% 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') %] -- 2.30.2