X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_pkg.cgi;h=297edee90b6622c8960e9d7086cb1640f7e3df3a;hb=ea3ce8d7f076e7fecff4be7ae63bc413adb0adf5;hp=8f4cce199c5abef5cd8e97dc5d5184d9340c9334;hpb=0c4d562460ae86690a741d7f1c263e01f1548f28;p=freeside.git diff --git a/httemplate/search/cust_pkg.cgi b/httemplate/search/cust_pkg.cgi index 8f4cce199..297edee90 100755 --- a/httemplate/search/cust_pkg.cgi +++ b/httemplate/search/cust_pkg.cgi @@ -164,7 +164,7 @@ 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) { +for my $param (grep /^report_option_any/, $cgi->param) { $search_hash{$param} = $cgi->param($param); }