From: Ivan Kohler Date: Thu, 6 Dec 2012 02:15:34 +0000 (-0800) Subject: support custnum param even though we wound up not using it here, RT#18676 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=2e14c8d3c631b171dcca9781b3c87e338af85e2d;p=freeside.git support custnum param even though we wound up not using it here, RT#18676 --- diff --git a/httemplate/search/cust_bill_pkg.cgi b/httemplate/search/cust_bill_pkg.cgi index 1a46b0097..917ec8940 100644 --- a/httemplate/search/cust_bill_pkg.cgi +++ b/httemplate/search/cust_bill_pkg.cgi @@ -175,6 +175,11 @@ if ( $cgi->param('refnum') =~ /^(\d+)$/ ) { push @where, "cust_main.refnum = $1"; } +# custnum +if ( $cgi->param('custnum') =~ /^(\d+)$/ ) { + push @where, "cust_main.custnum = $1"; +} + #classnum # not specified: all classes # 0: empty class