From 64b81f454dc033ae9c31795d2712d8070c6ad1d4 Mon Sep 17 00:00:00 2001 From: Amy King Date: Wed, 20 Jan 2021 00:57:35 +0000 Subject: [PATCH] Bug 27458: Set focus for cursor to Credit type code field 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 Credity type code field Signed-off-by: Barbara Johnson Signed-off-by: Martin Renvoize JD amended patch: Edit commit title Signed-off-by: Jonathan Druart (cherry picked from commit d05547dcb64895febca9a79b818d47119fee9a6b) Signed-off-by: Fridolin Somers (cherry picked from commit f42409234a8b26fa56abc336fc77e11f03aeb834) Signed-off-by: Andrew Fuerste-Henry --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 11bcfab409..1f6dfd8cea 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 @@ -70,7 +70,7 @@ [% credit_type.code | html %] [% ELSE %] - Required. Maximum length is 64 letters + Required. Maximum length is 64 letters [% END %]
  • -- 2.39.5