attempt fixing "multiple states" links, RT#13922
[freeside.git] / httemplate / search / cust_pkg.cgi
index b061b17..8f4cce1 100755 (executable)
@@ -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
 ###