View | Details | Raw Unified | Return to bug 6674
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-2 / +1 lines)
Lines 571-577 No patron matched <span class="ex">[% message %]</span> Link Here
571
571
572
        	[% IF ( charges ) %]
572
        	[% IF ( charges ) %]
573
			    <li>
573
			    <li>
574
            <span class="circ-hlt">Fines:</span> Patron has  <a href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% borrowernumber %]">Outstanding fines[% IF ( chargesamount ) %] of [% chargesamount %][% END %]</a>.
574
            <span class="circ-hlt">Fees &amp; Charges:</span> Patron has  <a href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% borrowernumber %]">Outstanding fees &amp; charges[% IF ( chargesamount ) %] of [% chargesamount %][% END %]</a>.
575
                [% IF ( charges_is_blocker ) %]
575
                [% IF ( charges_is_blocker ) %]
576
                    Checkouts are <span class="circ-hlt">BLOCKED</span> because fine balance is <span class="circ-hlt">OVER THE LIMIT</span>.
576
                    Checkouts are <span class="circ-hlt">BLOCKED</span> because fine balance is <span class="circ-hlt">OVER THE LIMIT</span>.
577
                [% END %]
577
                [% END %]
578
- 

Return to bug 6674