From 5d08c839c25600ec9edec8564c900cb2027a6bff Mon Sep 17 00:00:00 2001 From: Mazen Khallaf Date: Tue, 19 Jan 2021 01:14:18 +0000 Subject: [PATCH] Bug 27457: Set cursor focus to debit type code field when creating new debit type Test Plan: 1. Go to Administration 2. Go to Debit Types 3. Go to New Debit Type (Cursor shouldn't focus on 'Debit Type Code') 5. Apply Patch 6. Repeat steps 1-3 (Cursor should automatically focus on the 'Debit Type Code' field) --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt index 736a1815be..86c0e9c001 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt @@ -210,6 +210,7 @@