From b53dec491c9b1d2dcbe317a8fc81e440c5bbf1ed 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 --- .../intranet-tmpl/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 7ef4436..e216311 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.8.1