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 |
[% itemlost_description = AuthorisedValues.GetDescriptionByKohaField({ kohafield = 'items.itemlost', authorised_value = item.itemlost }) %] |
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 |
<p class="problem ret_checkedin">Item was [% itemlost_description %], now found.</p> |
343 |
[% END %] |
343 |
[% END %] |
344 |
[% IF LostItemFeeRefunded and not Koha.Preference('BlockReturnOfLostItems') %] |
344 |
[% IF LostItemFeeRefunded and not Koha.Preference('BlockReturnOfLostItems') %] |
345 |
- |
|
|