projects
/
textcart.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e5675a
)
Fixed a selection bug in Report Credit Notes. Caused all CN to print.
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Sun, 13 Nov 2011 12:23:03 +0000
(13:23 +0100)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Sun, 13 Nov 2011 12:23:03 +0000
(13:23 +0100)
reporting/rep113.php
patch
|
blob
|
history
diff --git
a/reporting/rep113.php
b/reporting/rep113.php
index 916032b82aedaae1f526bdb1f51343f1d5b221b9..bca06d1b2cea99c4dd07da2ade2d4e9b25be8ad6 100644
(file)
--- a/
reporting/rep113.php
+++ b/
reporting/rep113.php
@@
-49,8
+49,8
@@
function print_credits()
$fno = explode("-", $from);
$tno = explode("-", $to);
- $from = min($fno[0], $
ft
o[0]);
- $to = max($fno[0], $
ft
o[0]);
+ $from = min($fno[0], $
tn
o[0]);
+ $to = max($fno[0], $
tn
o[0]);
$cols = array(4, 60, 225, 300, 325, 385, 450, 515);