X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2F477partV.html;h=2fd5119d1ebf0ae517db0067f17a689f8f2e0586;hb=f8c8b9782ff5400790c2fb6dae017ce01790e56e;hp=1dedf1b76049d80a3c9c2f5d8263176cd6f6821c;hpb=bbbd8f9761d018019df2b807c2ce5818e180dbd5;p=freeside.git diff --git a/httemplate/search/477partV.html b/httemplate/search/477partV.html index 1dedf1b76..2fd5119d1 100755 --- a/httemplate/search/477partV.html +++ b/httemplate/search/477partV.html @@ -27,9 +27,10 @@ my %search_hash = (); my @sql_query = (); my @count_query = (); -for ( qw(agentnum magic) ) { +for ( qw(agentnum magic state) ) { $search_hash{$_} = $cgi->param($_) if $cgi->param($_); } +$search_hash{'country'} = 'US'; $search_hash{'classnum'} = [ $cgi->param('classnum') ]; $search_hash{report_option} = $cgi->param('partv_report_option') if $cgi->param('partv_report_option');