diff options
| author | Jonathan Prykop <jonathan@freeside.biz> | 2015-08-12 21:48:43 -0500 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2015-08-17 11:14:31 -0700 |
| commit | f33a1eaf968dbdbfbc55d7fb05cd2e36237c7676 (patch) | |
| tree | c88addefa37a5e3c2d549774ce830fc52eba4bbc /httemplate/search/cust_bill_pkg.cgi | |
| parent | e8c2e9a2fe84ad1dd5c4bc02d8837fdd3549bd18 (diff) | |
RT#25026: Option to include taxes in sales report
Diffstat (limited to 'httemplate/search/cust_bill_pkg.cgi')
| -rw-r--r-- | httemplate/search/cust_bill_pkg.cgi | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/httemplate/search/cust_bill_pkg.cgi b/httemplate/search/cust_bill_pkg.cgi index a5424033d..53ef6b4e7 100644 --- a/httemplate/search/cust_bill_pkg.cgi +++ b/httemplate/search/cust_bill_pkg.cgi @@ -629,18 +629,6 @@ if ( $cgi->param('nottax') ) { } } - # classnum (of underlying package) - # not specified: all classes - # 0: empty class - # N: classnum - if ( grep { $_ eq 'classnum' } $cgi->param ) { - my @classnums = grep /^\d+$/, $cgi->param('classnum'); - push @where, "COALESCE(part_fee.classnum, $part_pkg.classnum, 0) IN ( ". - join(',', @classnums ). - ' )' - if @classnums; - } - } # nottax / istax |
