X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2F477partV.html;h=2ffad2a27dbf241037ac66b725abf8f431d4685c;hb=08db5f6900bb754efb597a2967adde4dbd12e731;hp=b2dd9ca9562e5180788fce879089f041b6bc3e72;hpb=63973c641c4be00765fa27e55c57cc5b9aa4da19;p=freeside.git diff --git a/httemplate/search/477partV.html b/httemplate/search/477partV.html index b2dd9ca95..2ffad2a27 100755 --- a/httemplate/search/477partV.html +++ b/httemplate/search/477partV.html @@ -1,5 +1,5 @@ % if ( $cgi->param('_type') =~ /^xml$/ ) { - + % } <& elements/search.html, 'html_init' => $html_init, @@ -18,7 +18,7 @@ &> % if ( $cgi->param('_type') =~ /^xml$/ ) { - + % } <%init> @@ -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,