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/477.html | |
parent | 6a0458ad05422b664918b0c7a18b456c022909ba (diff) |
remember 477 report part 5 selection, #13057
Diffstat (limited to 'httemplate/search/477.html')
-rwxr-xr-x | httemplate/search/477.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/search/477.html b/httemplate/search/477.html index 6f5fcdf3b..04764c1da 100755 --- a/httemplate/search/477.html +++ b/httemplate/search/477.html @@ -97,6 +97,11 @@ for(my $i=0; $i < scalar(@part2b_row_option); $i++) { &FS::Report::FCC_477::save_fcc477map("part2b_row_option_$i",$part2b_row_option[$i]); } +my $part5_report_option = $cgi->param('part5_report_option'); +if ( $part5_report_option ) { + FS::Report::FCC_477::save_fcc477map('part5_report_option', $part5_report_option); +} + my $url_mangler = sub { my $part = shift; my $url = $cgi->url('-path_info' => 1, '-full' => 1); |