@@ -, +, @@ not allowed --- .../prog/en/modules/circ/circulation_batch_checkouts.tt | 7 +++++++ 1 file changed, 7 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt @@ -54,6 +54,13 @@ $(document).ready(function() { [% IF NOT batch_allowed %]
You are not allowed to use batch checkout for this patron
+[% ELSIF noissues %] +
+ Cannot check out! + [% IF charges_is_blocker %] + Checkouts are BLOCKED because fine balance is OVER THE LIMIT. + [% END %] +
[% ELSIF NOT checkout_infos %]
--