From 927c9e6e4ad737d6933586b03c65f64e6609a6bc Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 5 Feb 2023 00:06:40 +0000 Subject: [PATCH] Bug 31409: Set focus for cursor to Fund code when adding a new fund This makes sure that the focus is on the first input field of the form when adding or editing a fund. To test: * Go to administration > funds * Add a new fund to the budget * Verify the focus is not inside the form * Apply patch * Verify the focus is now in the first form field "Fund code" Signed-off-by: Owen Leonard Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 6d743dd63efec548f5a6a97ef9b1a65b037452eb) Signed-off-by: Matt Blenkinsop --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt index 4ae62099fd..c8ee656ba8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt @@ -266,8 +266,8 @@ [% END %]
  • - - + +
  • -- 2.39.2