summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2011-04-15 22:02:41 +0000
committerivan <ivan>2011-04-15 22:02:41 +0000
commit6cac3f6c4ce48c692bd0d7c1ff76d794f0797ed7 (patch)
tree088fb3ce25656cf38fe9197750392c762420e0fc
parent636dd1f25af52d35efe7a323a5765ff5adeadf83 (diff)
link new tax report to cust_credit_bill_pkg for credits, RT#12332
-rw-r--r--httemplate/search/cust_credit_bill_pkg.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/httemplate/search/cust_credit_bill_pkg.html b/httemplate/search/cust_credit_bill_pkg.html
index f34603508..291034c3e 100644
--- a/httemplate/search/cust_credit_bill_pkg.html
+++ b/httemplate/search/cust_credit_bill_pkg.html
@@ -356,8 +356,6 @@ if ( $cgi->param('iscredit') eq 'rate' ) {
push @where, "billpkgtaxratelocationnum IS NULL";
}
- )';
-
if ( $cgi->param('nottax') ) {
$join_pkg = ' LEFT JOIN cust_pkg USING ( pkgnum )