X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Fsearch%2Fcust_pkg.cgi;h=8f4cce199c5abef5cd8e97dc5d5184d9340c9334;hb=0c4d562460ae86690a741d7f1c263e01f1548f28;hp=b061b178fcd96f0fee341e6a16c891c1031654bb;hpb=7a23e052684421ae96c3cc407058dfe5cf01d7d3;p=freeside.git diff --git a/httemplate/search/cust_pkg.cgi b/httemplate/search/cust_pkg.cgi index b061b178f..8f4cce199 100755 --- a/httemplate/search/cust_pkg.cgi +++ b/httemplate/search/cust_pkg.cgi @@ -164,6 +164,10 @@ for my $param (qw( censustract censustract2 )) { my $report_option = $cgi->param('report_option'); $search_hash{report_option} = $report_option if $report_option; +for my $param (grep /^report_option_any/, $cgi->params) { + $search_hash{$param} = $cgi->param($param); +} + ### # parse dates ###