From bf7ffec89d761d698233deb73135c50e4228024b 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 Signed-off-by: Barbara Johnson Signed-off-by: Martin Renvoize --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt | 2 +- 1 file changed, 1 insertion(+), 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..48808ffe46 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 %]
  • -- 2.20.1