From da8123326ef82e35c3369b700c62f6747618eced Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Sun, 12 Jun 2016 11:42:48 +0100 Subject: [PATCH] Bug 6906: Add the warning message to the batch checkout Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall --- .../prog/en/modules/circ/circulation_batch_checkouts.tt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt index 7ef4436ed9..e2163113c0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt +++ b/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 %] -- 2.39.5