From c4b9e888c9549d690228eacfe6b1ac6130943056 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. --- koha-tmpl/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 ffa0793273..c0d5e95f09 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 @@ -244,7 +244,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.11.0