diff options
author | ivan <ivan> | 2011-04-15 22:02:42 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-04-15 22:02:42 +0000 |
commit | 923faad32b40a52d34272d700debea43e340e54f (patch) | |
tree | e5d98be08cc8c0d3b21364520a3a87e8646cf351 /httemplate | |
parent | d4d27da0593024ee678506dd9fbbb72b862b6134 (diff) |
link new tax report to cust_credit_bill_pkg for credits, RT#12332
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/search/cust_credit_bill_pkg.html | 2 |
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 ) |