From d0603a53be658ef6e414636b7ed9fc021133bb97 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 --- .../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.30.1 (Apple Git-130)