From 488dac6819e324cca29a52e20d1bb88e4bc7a9ae Mon Sep 17 00:00:00 2001 From: Catalyst Bug Squasher Date: Thu, 25 Jul 2024 23:01:04 +0000 Subject: [PATCH] Bug 35239: Missing form field ids in batch patron modification template Test Plan 1. Tools > Batch patron modification 2. List valid card number in text box 3. [Continue] 4. Edit patrons form, click on input box label 5. Matching input box gets focus Signed-off-by: Owen Leonard --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt index 566b9e59ad..a1058b1c2c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt @@ -366,7 +366,7 @@ [% END %] [% IF ( field.type == 'text' ) %] - + [% END %] [% IF ( field.type == 'select' ) %] [% IF field.option.size %] -- 2.39.2