X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2F477partIIB.html;h=ffc6e12f50997e49027378fd464688fef0fc5cb0;hb=1d15c6930650f2cceb13f7ae9da4acea5213643f;hp=278dfdc8b737b679d55ea93097032efb7dfb4519;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c;p=freeside.git diff --git a/httemplate/search/477partIIB.html b/httemplate/search/477partIIB.html index 278dfdc8b..ffc6e12f5 100755 --- a/httemplate/search/477partIIB.html +++ b/httemplate/search/477partIIB.html @@ -22,9 +22,10 @@ die "access denied" my $html_init = '

Part IIB

'; my %search_hash = (); -for ( qw(agentnum magic classnum) ) { +for ( qw(agentnum magic) ) { $search_hash{$_} = $cgi->param($_) if $cgi->param($_); } +$search_hash{'classnum'} = [ $cgi->param('classnum') ]; my @row_option = grep { /^\d+$/ } $cgi->param('part2b_row_option') if $cgi->param('part2b_row_option');