X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2F477partIA.html;h=55e901bb3ee9f574287fb119e377eb7701254977;hb=08db5f6900bb754efb597a2967adde4dbd12e731;hp=aa7381139392bcb0a71fde67392b45209bb262a1;hpb=c2e6d527477334107535c74b44e238cc656f3449;p=freeside.git diff --git a/httemplate/search/477partIA.html b/httemplate/search/477partIA.html index aa7381139..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'); @@ -118,7 +122,6 @@ my $percentages = ($technology eq 'Terrestrial Mobile Wireless'); # So we count packages that were in active status as of the specified date, # not over any sort of range. $search_hash{'active'} = [ $opt{date}, $opt{date} ]; -warn Dumper \%search_hash; my $query = FS::cust_pkg->search(\%search_hash); my $count_query = $query->{'count_query'};