From d4ff0e7e2b8ea18e012c89d73c372b0c0f24e9c0 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 7 Jun 2021 16:36:20 +0000 Subject: [PATCH] Bug 28443: Terminology: Issuing should be Checking out This patch modifies the title element of the batch checkout page so that it uses the phrase "Batch check out" instead of "Issuing." To test, apply the patch and enable BatchCheckouts system preference. - 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. Signed-off-by: David Nind Signed-off-by: Nick Clemens --- .../intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 bf535aa725..c28e6dd3e2 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 @@ -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 -- 2.11.0