diff options
Diffstat (limited to 'httemplate/search/477partV.html')
-rwxr-xr-x | httemplate/search/477partV.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/search/477partV.html b/httemplate/search/477partV.html index 885294d28..e0f5e043a 100755 --- a/httemplate/search/477partV.html +++ b/httemplate/search/477partV.html @@ -26,9 +26,10 @@ my %search_hash = (); my @sql_query = (); my @count_query = (); -for ( qw(agentnum magic classnum) ) { +for ( qw(agentnum magic) ) { $search_hash{$_} = $cgi->param($_) if $cgi->param($_); } +$search_hash{'classnum'} = [ $cgi->param('classnum') ]; my $sql_query = FS::cust_pkg->search( { %search_hash, 'fcc_line' > 1 }); $sql_query->{select} = 'DISTINCT zip'; |