X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2F477partVI_census.html;h=9134baccaec546fa5b6bf72dd0cd4ebede8023d2;hb=2db5d3e1c4d5a48ad15b59efd2f66957937421aa;hp=1d625dcb06a6ba8273e4b424c8bf97af4143ab51;hpb=60a603adb62f03d90391b16ce5b89242adf9c1d5;p=freeside.git diff --git a/httemplate/search/477partVI_census.html b/httemplate/search/477partVI_census.html index 1d625dcb0..9134bacca 100755 --- a/httemplate/search/477partVI_census.html +++ b/httemplate/search/477partVI_census.html @@ -77,9 +77,10 @@ my %search_hash = (); my @sql_query = (); my %state_hash = (); -for ( qw(agentnum magic classnum) ) { +for ( qw(agentnum magic) ) { $search_hash{$_} = $cgi->param($_) if $cgi->param($_); } +$search_hash{'classnum'} = [ $cgi->param('classnum') ]; my @column_option = grep { /^\d+$/ } $cgi->param('part1_column_option') if $cgi->param('part1_column_option');