From: Joe Hunt Date: Mon, 25 Feb 2008 23:16:45 +0000 (+0000) Subject: Minor bugfix X-Git-Tag: v2.4.2~19^2~2224 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=eb173e05459027cfae901e4ac3759ec0a7bc72e0;p=fa-stable.git Minor bugfix --- diff --git a/reporting/rep106.php b/reporting/rep106.php index c6170da0..00e40461 100644 --- a/reporting/rep106.php +++ b/reporting/rep106.php @@ -111,7 +111,7 @@ function print_salesman_list() $rep->TextCol(6, 7, number_format2($subprov, $dec)); $rep->Line($rep->row - 4); $rep->NewLine(2); - $rep->Line($rep->row); + //$rep->Line($rep->row); } $rep->TextCol(0, 2, $myrow['salesman_code']." ".$myrow['salesman_name']); $rep->TextCol(2, 3, $myrow['salesman_phone']);