From 022bfd91eca7ae26f8f6ee125179f5c0ff4cbb72 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 7 Aug 2014 13:50:51 -0700 Subject: merge new form 477 stuff, #24047 --- httemplate/edit/process/part_pkg.cgi | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'httemplate/edit/process/part_pkg.cgi') 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 @@ -113,6 +113,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 ### -- cgit v1.2.1