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=54bfa00bf9a19dd6c3942c3be349bb23653c190b;hp=995779a4636cb0cb10f8835485ee1a59a7b232e6;hb=c99a171b22bf8776a4ba449aed55e20904c881fa;hpb=d32ed470ba0869a4005c0c577b98246c48f8be7d diff --git a/httemplate/search/cust_pkg.cgi b/httemplate/search/cust_pkg.cgi index 995779a46..54bfa00bf 100755 --- a/httemplate/search/cust_pkg.cgi +++ b/httemplate/search/cust_pkg.cgi @@ -175,6 +175,10 @@ for my $param (qw( censustract censustract2 )) { if grep { $_ eq $param } $cgi->param; } +#location flags (checkboxes) +my @loc = grep /^\w+$/, $cgi->param('loc'); +$search_hash{"location_$_"} = 1 foreach @loc; + my $report_option = $cgi->param('report_option'); $search_hash{report_option} = $report_option if $report_option;