From da47a48098bb4426c9b9a13e6c3ed2e37abb1659 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Fri, 19 Jul 2019 11:11:17 +0200 Subject: [PATCH 1/1] 4950: Field for supplier name is too short in the supplier form. Increased from 40 chars to maximum 60 chars in the Suppliers form. --- purchasing/manage/suppliers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/purchasing/manage/suppliers.php b/purchasing/manage/suppliers.php index c18c7827..9cab778f 100644 --- a/purchasing/manage/suppliers.php +++ b/purchasing/manage/suppliers.php @@ -197,7 +197,7 @@ function supplier_settings(&$supplier_id) table_section_title(_("Basic Data")); - text_row(_("Supplier Name:"), 'supp_name', null, 42, 40); + text_row(_("Supplier Name:"), 'supp_name', null, 42, 60); text_row(_("Supplier Short Name:"), 'supp_ref', null, 30, 30); text_row(_("GSTNo:"), 'gst_no', null, 42, 40); -- 2.30.2