X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2F477partIIB.html;h=86f75f3c926ef88f2efa0d49c019fc536168cce8;hb=1070837a51a12ce1e46242dfdff99daa7b96da61;hp=278dfdc8b737b679d55ea93097032efb7dfb4519;hpb=b5c4237a34aef94976bc343c8d9e138664fc3984;p=freeside.git diff --git a/httemplate/search/477partIIB.html b/httemplate/search/477partIIB.html index 278dfdc8b..86f75f3c9 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'); @@ -69,8 +70,8 @@ my $column_value = sub { my @headers = ( '', - 'with broadband', 'without broadband', + 'with broadband', 'wholesale', );