diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-07-20 13:02:15 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-07-20 13:02:15 -0700 |
commit | c22d84e565ab16db142395dce2e8621624eff140 (patch) | |
tree | 3670e2bc0bf200910c3af24e5459e8b6966a992b /httemplate/edit/process/part_pkg.cgi | |
parent | e9a7ae3aadab31f34c6bacb2376f817ecd4d7d8d (diff) | |
parent | f235a64b4e96e8d613fb3ecdd3acc7f65f9f291d (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/edit/process/part_pkg.cgi')
-rwxr-xr-x | httemplate/edit/process/part_pkg.cgi | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/httemplate/edit/process/part_pkg.cgi b/httemplate/edit/process/part_pkg.cgi index b8042026a..c4d150ba1 100755 --- a/httemplate/edit/process/part_pkg.cgi +++ b/httemplate/edit/process/part_pkg.cgi @@ -9,6 +9,7 @@ 'edit_ext' => 'cgi', 'precheck_callback' => $precheck_callback, 'args_callback' => $args_callback, + 'process_locale' => 'pkg', 'process_m2m' => \@process_m2m, 'process_o2m' => \@process_o2m, ) @@ -310,10 +311,6 @@ foreach my $amount_param ( grep /^usagepricepart(\d+)_amount$/, $cgi->param ) { my @process_o2m = ( { - 'table' => 'part_pkg_msgcat', - 'fields' => [qw( locale pkg )], - }, - { 'table' => 'part_pkg_usageprice', 'fields' => [qw( price currency action target amount )], |