@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt | 4 ++++ 1 file changed, 4 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 @@ -199,6 +199,10 @@ $(document).ready(function() {
  • This item is on hold for another patron. The hold will be overridden, but not cancelled.
  • [% END %] [% END %] + + [% IF checkout_info.PREVISSUE %] +
  • This item has previously been checked out to this patron.
  • + [% END %] [% END %] --