X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_bill_pkg.cgi;h=53ef6b4e7a8ddd172db63895a28a14e5936c234b;hb=f33a1eaf968dbdbfbc55d7fb05cd2e36237c7676;hp=a5424033d6f0ea2d5bebb004d7c47275be6d289e;hpb=1bfdf0c3197b3daa99023be73f8b756debc336b8;p=freeside.git 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