From 42df2be65315a9404896acb7e40370530e6d4a0f 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 Signed-off-by: Kyle M Hall --- .../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 74bd19792c..d724bde819 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 @@ -307,6 +307,7 @@ [% Asset.js("js/admin-menu.js") | $raw %]