From: Joe Hunt Date: Fri, 16 Mar 2018 07:10:31 +0000 (+0100) Subject: Ref. edit boxes has been extended to show 16 instead of 10 chars. X-Git-Tag: v2.4.4~3 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=5a2878388731db48df19d9dd7d6f3d8062ee348e;hp=99925cb37085cf4e4f3ec09db878b3cc0c0d41a0;p=fa-stable.git Ref. edit boxes has been extended to show 16 instead of 10 chars. --- diff --git a/includes/ui/ui_input.inc b/includes/ui/ui_input.inc index d2854d86..6ff977ad 100644 --- a/includes/ui/ui_input.inc +++ b/includes/ui/ui_input.inc @@ -758,7 +758,7 @@ function ref_cells($label, $name, $title=null, $init=null, $params=null, $submit label_cell($list.""); + ."value='".@$_POST[$name]."' size=16 maxlength=35>"); } else // just wildcard ref field (e.g. for global inquires) {