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