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