projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2027c65
)
fix tax detail reporting fallout from package level credits feature, RT#18676
author
Ivan Kohler
<ivan@freeside.biz>
Fri, 21 Dec 2012 04:52:30 +0000
(20:52 -0800)
committer
Ivan Kohler
<ivan@freeside.biz>
Fri, 21 Dec 2012 04:52:30 +0000
(20:52 -0800)
httemplate/search/cust_bill_pkg.cgi
patch
|
blob
|
history
diff --git
a/httemplate/search/cust_bill_pkg.cgi
b/httemplate/search/cust_bill_pkg.cgi
index
34c89e5
..
5f02588
100644
(file)
--- a/
httemplate/search/cust_bill_pkg.cgi
+++ b/
httemplate/search/cust_bill_pkg.cgi
@@
-452,7
+452,7
@@
if ( $cgi->param('nottax') ) {
} elsif ( $cgi->param('out') ) {
- $join_pkg = '
+ $join_pkg
.
= '
LEFT JOIN cust_bill_pkg_tax_location USING (billpkgnum)
';
push @where, 'cust_bill_pkg_tax_location.billpkgnum IS NULL';
@@
-463,7
+463,7
@@
if ( $cgi->param('nottax') ) {
} else { # not locationtaxid or 'out'--the normal case
- $join_pkg = '
+ $join_pkg
.
= '
LEFT JOIN cust_bill_pkg_tax_location USING (billpkgnum)
JOIN cust_main_county USING (taxnum)
';