From 194266db3296cc122f70863b75d285587fbe53bf Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 30 Mar 2021 15:04:24 +0000 Subject: [PATCH] Bug 27883: (follow-up) Make label match input id This change alters the list of columns under "Preserve existing values," changing the label for each checkbox can be clicked to trigger the checkbox change. To test, apply the patch and refresh the patron import page. Expand the "Preserve existing values" section and click any label in the list. The corresponding checkbox should be checked. Signed-off-by: Kyle M Hall --- .../intranet-tmpl/prog/en/modules/tools/import_borrowers.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt index 3622db36b4..83b6f82b59 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt @@ -269,7 +269,7 @@
Selected fields will be preserved from original patron record when overwriting existing patron.
[% FOREACH borrower_field IN borrower_fields %]
  • - + [% borrower_field.field | html %]
  • -- 2.24.3 (Apple Git-128)