combine ticket notification scrips, #15353
[freeside.git] / httemplate / search / cust_pkg.cgi
index b061b17..297edee 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->param) {
+  $search_hash{$param} = $cgi->param($param);
+}
+
 ###
 # parse dates
 ###