X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fui_view.inc;h=6c246f53e9b0e7e04ba8632272fa02aae50b28cc;hb=69cb44aa7570e2ce26f540014cd682bc21c2ad1c;hp=1cd30802b0be9e0b44ce1fdd1d8bcf87d64070cb;hpb=4c16d92ae1e1032f23e029d7d2f901a65a4223bc;p=fa-stable.git diff --git a/includes/ui/ui_view.inc b/includes/ui/ui_view.inc index 1cd30802..6c246f53 100644 --- a/includes/ui/ui_view.inc +++ b/includes/ui/ui_view.inc @@ -87,6 +87,7 @@ function get_customer_trans_view_str($type, $trans_no, $label="") $lbl = $label; $preview_str = ''; + foreach($trans_no as $trans) { if ($label == "") $lbl = $trans; @@ -96,7 +97,7 @@ function get_customer_trans_view_str($type, $trans_no, $label="") if ($viewer != "") { $pars = access_string($lbl); - $preview_str = "$pars[0]"; + $preview_str .= "$pars[0]"; } else $preview_str .= $lbl;