diff options
author | Mark Wells <mark@freeside.biz> | 2014-06-30 23:27:42 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-06-30 23:27:42 -0700 |
commit | 447f1a906b47868497485edc3ba190a808539956 (patch) | |
tree | 74841402a78c309775963a00f816773ac5773287 /httemplate/search | |
parent | 507f1809a908cf738252be86bd444253787302b7 (diff) |
start of FCC 477 report rewrite, #24047 and #28020
Diffstat (limited to 'httemplate/search')
-rwxr-xr-x | httemplate/search/477partIA.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/httemplate/search/477partIA.html b/httemplate/search/477partIA.html index 97f8ac0aa..55e901bb3 100755 --- a/httemplate/search/477partIA.html +++ b/httemplate/search/477partIA.html @@ -80,13 +80,17 @@ die "access denied" my %opt = @_; my %search_hash; - + for ( qw(agentnum state) ) { $search_hash{$_} = $cgi->param($_) if $cgi->param($_); -} +} # note that separation by state is no longer required after July 2014 $search_hash{'country'} = 'US'; $search_hash{'classnum'} = [ $cgi->param('classnum') ]; +my $info = FS::part_pkg_fcc_option->info; + + + # arrays of report_option_ numbers, running parallel to # the download and upload speed arrays my @download_option = $cgi->param('part1_column_option'); |