Lines 621-640
Link Here
|
621 |
<p class="problem">Local use recorded</p> |
621 |
<p class="problem">Local use recorded</p> |
622 |
[% END %] |
622 |
[% END %] |
623 |
[% IF ( errmsgloo.waslost ) %] |
623 |
[% IF ( errmsgloo.waslost ) %] |
624 |
[% IF Koha.Preference('BlockReturnOfLostItems') %] |
624 |
<p class="problem">Item was lost, now found.</p> |
625 |
<p class="problem">Item is lost, cannot be checked in.</p> |
625 |
[% IF LostItemFeeRefunded %] |
626 |
[% ELSE %] |
|
|
627 |
<p class="problem">Item was lost, now found.</p> |
628 |
[% END %] |
629 |
[% IF LostItemFeeRefunded and not Koha.Preference('BlockReturnOfLostItems') %] |
630 |
<p class="problem">A refund has been applied to the borrowing patron's account.</p> |
626 |
<p class="problem">A refund has been applied to the borrowing patron's account.</p> |
631 |
[% ELSIF Koha.Preference('BlockReturnOfLostItems') %] |
|
|
632 |
<h5>Cannot check in</h5> |
633 |
<p><strong>NOT CHECKED IN</strong></p> |
634 |
[% ELSE %] |
627 |
[% ELSE %] |
635 |
<p class="problem">Any lost item fees for this item will remain on the patron's account.</p> |
628 |
<p class="problem">Any lost item fees for this item will remain on the patron's account.</p> |
636 |
[% END %] |
629 |
[% END %] |
637 |
[% END %] |
630 |
[% END %] |
|
|
631 |
[% IF ( errmsgloo.ReturnOfLostItemBlocked ) %] |
632 |
<h5>Cannot check in</h5> |
633 |
<p><strong>NOT CHECKED IN</strong></p> |
634 |
<p class="problem">Item is lost.</p> |
635 |
[% END %] |
638 |
[% IF ( errmsgloo.withdrawn ) %] |
636 |
[% IF ( errmsgloo.withdrawn ) %] |
639 |
[% IF Koha.Preference('BlockReturnOfWithdrawnItems') %] |
637 |
[% IF Koha.Preference('BlockReturnOfWithdrawnItems') %] |
640 |
<h5>Cannot check in</h5> |
638 |
<h5>Cannot check in</h5> |
641 |
- |
|
|