Lines 805-811
No patron matched <span class="ex">[% message | html %]</span>
Link Here
|
805 |
|
805 |
|
806 |
[% IF ( charges_guarantees ) %] |
806 |
[% IF ( charges_guarantees ) %] |
807 |
<li> |
807 |
<li> |
808 |
<span class="circ-hlt">Fees & Charges:</span> Patron's guarantees collectively owe [% chargesamount_guarantees %]. |
808 |
<span class="circ-hlt">Fees & Charges:</span> Patron's guarantees collectively owe [% chargesamount_guarantees | $Price %]. |
809 |
[% IF ( charges_guarantees_is_blocker ) %] |
809 |
[% IF ( charges_guarantees_is_blocker ) %] |
810 |
<span class="circ-hlt">Checkouts are BLOCKED because fine balance is OVER THE LIMIT.</span> |
810 |
<span class="circ-hlt">Checkouts are BLOCKED because fine balance is OVER THE LIMIT.</span> |
811 |
[% END %] |
811 |
[% END %] |
812 |
- |
|
|