Bug 6906: Add the warning message to the batch checkout
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Sun, 12 Jun 2016 10:42:48 +0000 (11:42 +0100)
committerKoha instance kohadev-koha <kohadev-koha@kohadevbox>
Fri, 8 Jul 2016 13:40:28 +0000 (13:40 +0000)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt

index 7ef4436..e216311 100644 (file)
@@ -199,6 +199,10 @@ $(document).ready(function() {
                         <li><i class="fa fa-li fa-warning"></i>This item is on hold for another patron. The hold will be overridden, but not cancelled.</li>
                       [% END %]
                   [% END %]
+
+                  [% IF checkout_info.PREVISSUE %]
+                      <li>This item has previously been checked out to this patron.</li>
+                  [% END %]
                 </ul>
               [% END %]