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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt (-1 / +7 lines)
Lines 54-59 $(document).ready(function() { Link Here
54
54
55
[% IF NOT batch_allowed %]
55
[% IF NOT batch_allowed %]
56
  <div class="dialog message">You are not allowed to use batch checkout for this patron</div>
56
  <div class="dialog message">You are not allowed to use batch checkout for this patron</div>
57
[% ELSIF noissues %]
58
  <div class="dialog message">
59
    Cannot check out!
60
    [% IF charges_is_blocker %]
61
      Checkouts are <span class="circ-hlt">BLOCKED</span> because fine balance is <span class="circ-hlt">OVER THE LIMIT</span>.
62
    [% END %]
63
  </div>
57
[% ELSIF NOT checkout_infos %]
64
[% ELSIF NOT checkout_infos %]
58
  <form method="post" enctype="multipart/form-data" action="/cgi-bin/koha/circ/circulation.pl">
65
  <form method="post" enctype="multipart/form-data" action="/cgi-bin/koha/circ/circulation.pl">
59
    <fieldset id="circ_circulation_issue">
66
    <fieldset id="circ_circulation_issue">
60
- 

Return to bug 15091