Lines 45-62
Link Here
|
45 |
<div class="dialog alert">You are not allowed to use batch checkout for this patron</div> |
45 |
<div class="dialog alert">You are not allowed to use batch checkout for this patron</div> |
46 |
[% ELSIF patron and noissues and not checkout_infos %] |
46 |
[% ELSIF patron and noissues and not checkout_infos %] |
47 |
<div class="dialog alert"> |
47 |
<div class="dialog alert"> |
48 |
Cannot check out! |
48 |
Cannot check out! |
49 |
[% IF charges %] |
49 |
[% IF ( charges ) %] |
50 |
<span class="circ-hlt">Checkouts are BLOCKED because fine balance is OVER THE LIMIT.</span> |
50 |
[% INCLUDE 'blocked-fines.inc' fines = chargesamount %] |
51 |
[% END %] |
51 |
[% END %] |
52 |
[% IF charges_guarantees %] |
52 |
[% IF ( charges_guarantors_guarantees ) %] |
53 |
<li> |
53 |
<li> |
54 |
<span class="circ-hlt">Charges:</span> Patron's guarantees collectively owe [% chargesamount_guarantees | $Price %]. |
54 |
<span class="circ-hlt">Charges:</span> Patron's guarantors and their other guarantees collectively owe [% charges_guarantors_guarantees | $Price %]. |
55 |
</li> |
55 |
[% IF noissues %] |
56 |
<li> |
56 |
<span class="circ-hlt">Checkouts are BLOCKED because fine balance is OVER THE LIMIT.</span> |
57 |
<span class="circ-hlt">Checkouts are BLOCKED because fine balance is OVER THE LIMIT.</span> |
57 |
[% END %] |
58 |
</li> |
58 |
</li> |
59 |
[% END %] |
59 |
[% END %] |
|
|
60 |
[% IF ( charges_guarantees ) %] |
61 |
<li> |
62 |
<span class="circ-hlt">Charges:</span> Patron's guarantees collectively owe [% chargesamount_guarantees | $Price %]. |
63 |
[% IF noissues %] |
64 |
<span class="circ-hlt">Checkouts are BLOCKED because fine balance is OVER THE LIMIT.</span> |
65 |
[% END %] |
66 |
</li> |
67 |
[% END %] |
60 |
</div> |
68 |
</div> |
61 |
[% ELSIF patron and not checkout_infos %] |
69 |
[% ELSIF patron and not checkout_infos %] |
62 |
<form method="post" enctype="multipart/form-data" action="/cgi-bin/koha/circ/circulation.pl"> |
70 |
<form method="post" enctype="multipart/form-data" action="/cgi-bin/koha/circ/circulation.pl"> |