diff options
author | levinse <levinse> | 2011-04-25 04:00:03 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-04-25 04:00:03 +0000 |
commit | 1d15c6930650f2cceb13f7ae9da4acea5213643f (patch) | |
tree | dbd34e86992b610d658eb336f7b84195bac66853 /httemplate/search/477partV.html | |
parent | 6dcdca7cc0f9bcda9b8f1217114c28c2894386a5 (diff) |
FCC form 477 report improvements, RT12089
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'; |