From 5008ccd11e0255f85e68195586591f2715c4cbd5 Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Fri, 16 Feb 2018 10:15:14 +0000 Subject: [PATCH] Bug 18789: (QA follow-up) Use patron object in batch checkout template 1) Enable batch checkouts in system preferences and set it on for some patron categories 2) Try to batch checkout for some patron with one of these categories --> without patch the batch checkout page is even not shown --> with patch batch checking out is working as expected Signed-off-by: Josef Moravec Signed-off-by: Jonathan Druart --- .../circ/circulation_batch_checkouts.tt | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) 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 9bbdabb272..4eefdbff66 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 @@ -6,7 +6,7 @@ [% INCLUDE 'doc-head-open.inc' %] [% SET destination = "circ" %] Koha › Circulation -[% IF borrowernumber and borrower %] +[% IF patron %] › Batch check out › Issuing items to [% INCLUDE 'patron-title.inc' invert_name = 1 no_html = 1 %] [% END %] @@ -20,7 +20,7 @@ [% INCLUDE 'circ-search.inc' %]