diff options
author | Mark Wells <mark@freeside.biz> | 2014-08-07 13:50:51 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-08-07 14:01:29 -0700 |
commit | 022bfd91eca7ae26f8f6ee125179f5c0ff4cbb72 (patch) | |
tree | cc0393376e66d513fb9470e4ce946b7142241088 /httemplate/edit/process/part_pkg.cgi | |
parent | 36d3a1f27ef9c801f4fb9a0189bde93f417e1a88 (diff) |
merge new form 477 stuff, #24047
Diffstat (limited to 'httemplate/edit/process/part_pkg.cgi')
-rwxr-xr-x | httemplate/edit/process/part_pkg.cgi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/httemplate/edit/process/part_pkg.cgi b/httemplate/edit/process/part_pkg.cgi index 9eb10d276..8e8be853d 100755 --- a/httemplate/edit/process/part_pkg.cgi +++ b/httemplate/edit/process/part_pkg.cgi @@ -114,6 +114,14 @@ my $args_callback = sub { push @args, 'options' => \%options; ### + # fcc options + ### + my $fcc_options_string = $cgi->param('fcc_options_string'); + if ($fcc_options_string) { + push @args, 'fcc_options' => decode_json($fcc_options_string); + } + + ### #pkg_svc ### |