4950: Field for supplier name is too short in the supplier form. Increased from 40...
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 19 Jul 2019 09:11:17 +0000 (11:11 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 19 Jul 2019 09:11:17 +0000 (11:11 +0200)
purchasing/manage/suppliers.php

index c18c78277a359681de1f532782b9e73470de91a6..9cab778f183faccc850ebbeb39be035dbde9f8ba 100644 (file)
@@ -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);