diff options
| author | Mark Wells <mark@freeside.biz> | 2013-02-15 00:13:33 -0800 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2013-02-15 00:13:33 -0800 |
| commit | 8b590098fbd78765f97d44f5500a967b4afdbbe1 (patch) | |
| tree | 4874df0b4f61e9b92c2b128bafb08d78380cc947 /httemplate/search/477partV.html | |
| parent | 6a0458ad05422b664918b0c7a18b456c022909ba (diff) | |
remember 477 report part 5 selection, #13057
Diffstat (limited to 'httemplate/search/477partV.html')
| -rwxr-xr-x | httemplate/search/477partV.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/search/477partV.html b/httemplate/search/477partV.html index f83a7a0cb..2106a44d6 100755 --- a/httemplate/search/477partV.html +++ b/httemplate/search/477partV.html @@ -32,8 +32,8 @@ for ( qw(agentnum magic state) ) { } $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'); +$search_hash{report_option} = $cgi->param('part5_report_option') + if $cgi->param('part5_report_option'); my $sql_query = FS::cust_pkg->search( { %search_hash, 'fcc_line' => 1, |
