@@ -, +, @@ moredetail.pl --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt @@ -99,6 +99,7 @@ [% IF itemlostloop %]
  • Lost status: [% IF ( CAN_user_circulate ) %] + [% SET ClaimReturnedLostValue = Koha.Preference('ClaimReturnedLostValue') %]
    @@ -106,6 +107,7 @@ - [% SET ClaimReturnedLostValue = Koha.Preference('ClaimReturnedLostValue') %] [% IF ClaimReturnedLostValue && ITEM_DAT.itemlost == ClaimReturnedLostValue %]

    Item has been claimed as returned.

    --