From 6980fbdf281aacedcf2c5a388c755570f1248504 Mon Sep 17 00:00:00 2001 From: Ella Wipatene Date: Tue, 19 Jan 2021 01:23:17 +0000 Subject: [PATCH] Bug 27193 - Set focus for cursor to patron attribute type code input box when creating new patron attributes 1. (Before attaching the patch) Go into administration 2. Go to Patron attribute types - then 'New patron attribute type' 3. Without the patch, the cursor should not automatically focus on the first container 'Patron attribute type code' 4. Install patch 5. Redo steps 1&2 6. If the patch worked, then the cursor should automatically focus to the first container 'Patron attribute type code' Sponsored.by: Catalyst IT Signed-off-by: Barbara Johnson --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt index 227daf7137..d1de7f1903 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt @@ -303,6 +303,7 @@ [% Asset.js("js/admin-menu.js") | $raw %]