From eb173e05459027cfae901e4ac3759ec0a7bc72e0 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Mon, 25 Feb 2008 23:16:45 +0000 Subject: [PATCH] Minor bugfix --- reporting/rep106.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']); -- 2.30.2