From 0c4c998457244020a1ff9143aeb0cc745cfc6ca5 Mon Sep 17 00:00:00 2001 From: Jack Kelliher Date: Tue, 15 Jan 2019 02:56:23 +0000 Subject: [PATCH] BUG 22011: Fixed Typo on batchMod-edit.tt 1. Navigate to tools, then batch item modification. 2. Input a valid barcode into the barcode list input field, and press continue. 3. Under the Edit items heading, text should display "Checking the box right next the subfield ..." 4. Apply patch and refresh page, text should now display "Checking the box right next to the subfield ..." --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt index 07a916d4fb..049a92f34c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt @@ -236,7 +236,7 @@ $(document).ready(function(){ [% IF ( item_loop ) %]

Edit Items

-
Checking the box right next the subfield label will disable the entry and delete the subfield on all selected items. Leave fields blank to make no change.
+
Checking the box right next to the subfield label will disable the entry and delete the subfield on all selected items. Leave fields blank to make no change.
    [% FOREACH ite IN item %] -- 2.11.0