X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_pkg.cgi;fp=httemplate%2Fsearch%2Fcust_pkg.cgi;h=8f4cce199c5abef5cd8e97dc5d5184d9340c9334;hp=b061b178fcd96f0fee341e6a16c891c1031654bb;hb=1451f08927d675651f1fec1fda13cf3267bf0867;hpb=78df40febe5861c992e846b33422bffe39df63cd 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 ###