summaryrefslogtreecommitdiff
path: root/httemplate/search/477partV.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/search/477partV.html')
-rwxr-xr-xhttemplate/search/477partV.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/search/477partV.html b/httemplate/search/477partV.html
index b2dd9ca95..5f7708140 100755
--- a/httemplate/search/477partV.html
+++ b/httemplate/search/477partV.html
@@ -33,13 +33,14 @@ my %search_hash = ();
my @sql_query = ();
my @count_query = ();
-for ( qw(agentnum magic state) ) {
+for ( qw(agentnum state) ) {
$search_hash{$_} = $cgi->param($_) if $cgi->param($_);
}
$search_hash{'country'} = 'US';
$search_hash{'classnum'} = [ $cgi->param('classnum') ];
$search_hash{report_option} = $cgi->param('part5_report_option')
if $cgi->param('part5_report_option');
+$search_hash{'active'} = [ $opt{date}, $opt{date} ];
my $sql_query = FS::cust_pkg->search( { %search_hash,
'fcc_line' => 1,