From: Janusz Dobrowolski Date: Wed, 12 Jan 2011 20:47:27 +0000 (+0000) Subject: Fixed supplier reference allowed length. X-Git-Tag: 2.3-final~825 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=537877f9bf5f1d7dab6d68f77175c38937231dc3;p=fa-stable.git Fixed supplier reference allowed length. --- diff --git a/purchasing/includes/ui/invoice_ui.inc b/purchasing/includes/ui/invoice_ui.inc index dd2d8ed6..48251d29 100644 --- a/purchasing/includes/ui/invoice_ui.inc +++ b/purchasing/includes/ui/invoice_ui.inc @@ -96,7 +96,7 @@ function invoice_header(&$supp_trans) label_row(_("Supplier's Ref.:"), $_POST['invoice_no'].hidden('invoice_no', $_POST['invoice_no'], false).hidden('supp_reference', $_POST['invoice_no'], false)); } else - text_row(_("Supplier's Ref.:"), 'supp_reference', $_POST['supp_reference'], 20, 20); + text_row(_("Supplier's Ref.:"), 'supp_reference', $_POST['supp_reference'], 20, 60); table_section(2, "33%");