4944: The field characters size of Supplier's Reference is too short. Fixed.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 17 Jul 2019 21:36:34 +0000 (23:36 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 17 Jul 2019 21:36:34 +0000 (23:36 +0200)
purchasing/includes/ui/po_ui.inc

index 6d74bcbe43572f1a803c7bcd734d11065c22cd39..b71359576c1f5b06759d925a69c22e7489bff8cc 100644 (file)
@@ -166,7 +166,7 @@ function display_po_header(&$order)
        if ($order->trans_type==ST_SUPPINVOICE)
                date_row(_("Due Date:"), 'due_date', '', false, 0, 0, 0, null, true);
 
-       text_row(_("Supplier's Reference:"), 'supp_ref', null, 16, 15);
+       text_row(_("Supplier's Reference:"), 'supp_ref', null, 20, 60);
 
        if (get_company_pref('use_dimension'))
                dimensions_list_row(_('Dimension').':', 'dimension', null, true, _('Default'), false, 1);