projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc90670
)
Minor bugfix
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Mon, 25 Feb 2008 23:16:45 +0000
(23:16 +0000)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Mon, 25 Feb 2008 23:16:45 +0000
(23:16 +0000)
reporting/rep106.php
patch
|
blob
|
history
diff --git
a/reporting/rep106.php
b/reporting/rep106.php
index c6170da07de9d30b8ee789995a2eb42a33baaf34..00e4046109de5d3633dfc102ddcc1c3a70ba96b7 100644
(file)
--- 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']);