Lines 2-9
Link Here
|
2 |
[% SET NoIssuesCharge = Koha.Preference('noissuescharge') %] |
2 |
[% SET NoIssuesCharge = Koha.Preference('noissuescharge') %] |
3 |
[% IF fines and fines > 0 %] |
3 |
[% IF fines and fines > 0 %] |
4 |
<li> |
4 |
<li> |
5 |
<span class="circ-hlt">Fees & Charges:</span> |
5 |
<span class="circ-hlt">Charges:</span> |
6 |
Patron has outstanding fees & charges of [% fines | $Price %]. |
6 |
Patron has outstanding charges of [% fines | $Price %]. |
7 |
[% IF !Koha.Preference('AllowFineOverride') && NoIssuesCharge && fines > NoIssuesCharge %] |
7 |
[% IF !Koha.Preference('AllowFineOverride') && NoIssuesCharge && fines > NoIssuesCharge %] |
8 |
<span class="circ-hlt">Checkouts are BLOCKED because fine balance is OVER THE LIMIT.</span> |
8 |
<span class="circ-hlt">Checkouts are BLOCKED because fine balance is OVER THE LIMIT.</span> |
9 |
[% END %] |
9 |
[% END %] |