X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep106.php;h=00e4046109de5d3633dfc102ddcc1c3a70ba96b7;hb=59840905a38c4e08e5b13fdb7af71ea6dea7b1f0;hp=c6170da07de9d30b8ee789995a2eb42a33baaf34;hpb=97c745bdeb0f2e6fac9ee1d8515170e1525d2cfa;p=fa-stable.git 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']);