Lines 350-355
Link Here
|
350 |
<p class="problem ret_charged">A refund for the lost item charge has been applied to the borrowing patron's account, and new overdue charge has been calculated and applied.</p> |
350 |
<p class="problem ret_charged">A refund for the lost item charge has been applied to the borrowing patron's account, and new overdue charge has been calculated and applied.</p> |
351 |
[% ELSIF LostItemFeeRestored and not Koha.Preference('BlockReturnOfLostItems') %] |
351 |
[% ELSIF LostItemFeeRestored and not Koha.Preference('BlockReturnOfLostItems') %] |
352 |
<p class="problem ret_restored">A refund for the lost item charge has been applied to the borrowing patron's account and if an overdue fine was forgiven when the item was marked as lost, it has been reverted.</p> |
352 |
<p class="problem ret_restored">A refund for the lost item charge has been applied to the borrowing patron's account and if an overdue fine was forgiven when the item was marked as lost, it has been reverted.</p> |
|
|
353 |
[% ELSIF LostItemPaymentNotRefunded and not Koha.Preference('BlockReturnOfLostItems') %] |
354 |
<p class="problem ret_restored">No refund was applied to the patron's account for the previously paid lost item charge as the payment was made more than [% Koha.Preference('NoRefundOnLostFinesPaidAge') | html%] days ago.</p> |
353 |
[% ELSIF Koha.Preference('BlockReturnOfLostItems') %] |
355 |
[% ELSIF Koha.Preference('BlockReturnOfLostItems') %] |
354 |
<h5>Cannot check in</h5> |
356 |
<h5>Cannot check in</h5> |
355 |
<p><strong>NOT CHECKED IN</strong></p> |
357 |
<p><strong>NOT CHECKED IN</strong></p> |
356 |
- |
|
|