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