From 9f3c84e421d48bfef506ee06e985d307725314ad Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 19 Oct 2020 14:36:34 +0000 Subject: [PATCH] Bug 26729: Add focus class to vendor name field in vendor add form This patch adds the "focus" class to the vendor name field in the form for adding or editing a vendor in acquisitions. To test, apply the patch and go to Acquisitions -> New vendor. On page load the cursor focus should automatically be on the vendor name field. The same should true when editing an existing vendor. --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt index 3cea6c7a10..b4aaa6d70b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt @@ -127,7 +127,7 @@
Company details
  1. - Required
  2. + Required
  3. -- 2.11.0