From 4848c8be2df55e8c128442d73bbc156aa4530ad4 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 Signed-off-by: David Nind Signed-off-by: Martin Renvoize --- .../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 9d2aa4cdc1..153ffd3a09 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 @@ -300,7 +300,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.20.1