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 63-68 $(document).ready(function() { Link Here
63
63
64
[% IF NOT batch_allowed %]
64
[% IF NOT batch_allowed %]
65
  <div class="dialog message">You are not allowed to use batch checkout for this patron</div>
65
  <div class="dialog message">You are not allowed to use batch checkout for this patron</div>
66
[% ELSIF noissues and not checkout_infos %]
67
  <div class="dialog message">
68
    Cannot check out!
69
    [% IF charges_is_blocker %]
70
      Checkouts are <span class="circ-hlt">BLOCKED</span> because fine balance is <span class="circ-hlt">OVER THE LIMIT</span>.
71
    [% END %]
72
  </div>
66
[% ELSIF NOT checkout_infos %]
73
[% ELSIF NOT checkout_infos %]
67
  <form method="post" enctype="multipart/form-data" action="/cgi-bin/koha/circ/circulation.pl">
74
  <form method="post" enctype="multipart/form-data" action="/cgi-bin/koha/circ/circulation.pl">
68
    <fieldset id="circ_circulation_issue">
75
    <fieldset id="circ_circulation_issue">
69
- 

Return to bug 15091