From: Joe Hunt Date: Fri, 19 Jul 2019 09:11:17 +0000 (+0200) Subject: 4950: Field for supplier name is too short in the supplier form. Increased from 40... X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=da47a48098bb4426c9b9a13e6c3ed2e37abb1659 4950: Field for supplier name is too short in the supplier form. Increased from 40 chars to maximum 60 chars in the Suppliers form. --- 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);