FCC form 477 report improvements, RT12089
[freeside.git] / httemplate / search / 477partVI_census.html
index 1d625dc..9134bac 100755 (executable)
@@ -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');