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