Lines 337-343
Link Here
|
337 |
[% IF Koha.Preference('BlockReturnOfLostItems') %] |
337 |
[% IF Koha.Preference('BlockReturnOfLostItems') %] |
338 |
<p class="problem ret_blocked">Item is lost, cannot be checked in.</p> |
338 |
<p class="problem ret_blocked">Item is lost, cannot be checked in.</p> |
339 |
[% ELSE %] |
339 |
[% ELSE %] |
340 |
<p class="problem ret_checkedin">Item was lost, now found.</p> |
340 |
[% itemlost_description = AuthorisedValues.GetDescriptionByKohaField({ kohafield = 'items.itemlost', authorised_value = item.itemlost }) %] |
|
|
341 |
<p class="problem ret_checkedin">Item was [% itemlost_description %], now found.</p> |
341 |
[% END %] |
342 |
[% END %] |
342 |
[% IF LostItemFeeRefunded and not Koha.Preference('BlockReturnOfLostItems') %] |
343 |
[% IF LostItemFeeRefunded and not Koha.Preference('BlockReturnOfLostItems') %] |
343 |
<p class="problem ret_refund">A refund for the lost item charge has been applied to the borrowing patron's account.</p> |
344 |
<p class="problem ret_refund">A refund for the lost item charge has been applied to the borrowing patron's account.</p> |
344 |
- |
|
|