@@ -, +, @@ - Open a patron for checkout who has a category included in the BatchCheckoutsValidCategories system preference. - Click the "Batch check out" tab and confirm that the page's title is correct. --- .../intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- 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 @@ -10,7 +10,8 @@ [% SET destination = "circ" %] [% IF patron %] - Issuing items to [% INCLUDE 'patron-title.inc' invert_name = 1 no_html = 1 %] › Batch check out › [% END %] + Batch check out to [% INCLUDE 'patron-title.inc' invert_name = 1 no_html = 1 %] › + [% END %] Circulation › Koha --