From 3bec0ff93334f6f7e8757b98b26d2e2a859a97c5 Mon Sep 17 00:00:00 2001 From: Catherine Ma Date: Tue, 19 Jan 2021 01:08:28 +0000 Subject: [PATCH] Bug 27457: Set focus for cursor to Debit type code field Test Plan: 1.Click administration 2.Click debit types 3.Click new debit type 4.Check if the cursor is in the first form field (it shouldn't) 5.Add patch 6.Repeat steps 1-3 7.Check if the cursor is in the first form field (it should) Sponsored by Catalyst IT --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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..849eca3413 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 @@ -71,7 +71,7 @@ [% debit_type.code | html %] [% ELSE %] - Required. Maximum length is 64 letters + Required. Maximum length is 64 letters [% END %]
  • @@ -210,6 +210,7 @@