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