summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_credit_bill_pkg.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-10-08 23:46:58 -0700
committerMark Wells <mark@freeside.biz>2015-10-08 23:48:02 -0700
commit9382531b3f0d6776d68b7885872b277cd201d148 (patch)
treef3c6bee8cc25951c95fa6a0e716f14e20561fb93 /httemplate/search/cust_credit_bill_pkg.html
parent5f9878e211ede0cbfa16e0b9834cd4b338e8238d (diff)
restore credit-date filtering on line item report so we can use it for #37088
Diffstat (limited to 'httemplate/search/cust_credit_bill_pkg.html')
-rw-r--r--httemplate/search/cust_credit_bill_pkg.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_credit_bill_pkg.html b/httemplate/search/cust_credit_bill_pkg.html
index 5e70c23..5facd4a 100644
--- a/httemplate/search/cust_credit_bill_pkg.html
+++ b/httemplate/search/cust_credit_bill_pkg.html
@@ -375,7 +375,7 @@ if ( $cgi->param('report_group') =~ /^(=|!=) (.*)$/ && $cgi->param('istax') ) {
}
-push @where, 'cust_bill_pkg.pkgnum != 0' if $cgi->param('nottax');
+push @where, '(cust_bill_pkg.pkgnum != 0 OR cust_bill_pkg.feepart is not null)' if $cgi->param('nottax');
push @where, 'cust_bill_pkg.pkgnum = 0' if $cgi->param('istax');
if ( $cgi->param('cust_tax') ) {