Minor bugfix
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 25 Feb 2008 23:16:45 +0000 (23:16 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 25 Feb 2008 23:16:45 +0000 (23:16 +0000)
reporting/rep106.php

index c6170da07de9d30b8ee789995a2eb42a33baaf34..00e4046109de5d3633dfc102ddcc1c3a70ba96b7 100644 (file)
@@ -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']);