From 11bd0b6c67394ca6cdb0e71078d40bad262986ca Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Wed, 17 Jul 2019 23:36:34 +0200 Subject: [PATCH] 4944: The field characters size of Supplier's Reference is too short. Fixed. --- purchasing/includes/ui/po_ui.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/purchasing/includes/ui/po_ui.inc b/purchasing/includes/ui/po_ui.inc index 6d74bcbe..b7135957 100644 --- a/purchasing/includes/ui/po_ui.inc +++ b/purchasing/includes/ui/po_ui.inc @@ -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); -- 2.30.2