From a3cc4e5da61b04629f46564e3a64bfaf3595243b Mon Sep 17 00:00:00 2001 From: Amy King Date: Tue, 19 Jan 2021 01:26:04 +0000 Subject: [PATCH] Bug 27458 Focus cursor to credit type code when creating new type. Test plan: Before applying patch 1. Click on Administration 2. Scroll down to Accounting and click on Credit types 3. Click New credit type 4. Note how the cursor does not focus on Credit type code field. 5. Apply patch 6. Repeat steps 1-3 7. Note how the cursor now focuses on Credit type code field. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt index 0169ea25b4..1105b20225 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt @@ -211,6 +211,7 @@