@@ -, +, @@ template --> without patch the batch checkout page is even not shown --> with patch batch checking out is working as expected --- .../en/modules/circ/circulation_batch_checkouts.tt | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) --- 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 @@ -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' %]