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