diff options
| author | Mark Wells <mark@freeside.biz> | 2016-07-06 11:53:13 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2016-07-06 13:12:26 -0700 |
| commit | 0141b002ab937b2b3a21a92c3728bc3101f4668a (patch) | |
| tree | beefaf33264e30993b2429a8140ae3939e093ca8 /httemplate/edit/process/part_pkg.cgi | |
| parent | d49458237ef94dc89633846c0bdca56be2f34264 (diff) | |
service label localization, internals and UI, #71347
Conflicts:
FS/FS/Schema.pm
FS/FS/part_svc.pm
httemplate/edit/part_pkg.cgi
httemplate/edit/process/part_pkg.cgi
httemplate/elements/freeside.css
Diffstat (limited to 'httemplate/edit/process/part_pkg.cgi')
| -rwxr-xr-x | httemplate/edit/process/part_pkg.cgi | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/httemplate/edit/process/part_pkg.cgi b/httemplate/edit/process/part_pkg.cgi index 3ffd5fc23..631a26b0a 100755 --- a/httemplate/edit/process/part_pkg.cgi +++ b/httemplate/edit/process/part_pkg.cgi @@ -9,8 +9,8 @@ 'edit_ext' => 'cgi', 'precheck_callback' => $precheck_callback, 'args_callback' => $args_callback, + 'process_locale' => 'pkg', 'process_m2m' => \@process_m2m, - 'process_o2m' => \@process_o2m, ) %> <%init> @@ -253,11 +253,4 @@ push @process_m2m, { 'params' => \@agents, }; -my @process_o2m = ( - { - 'table' => 'part_pkg_msgcat', - 'fields' => [qw( locale pkg )], - }, -); - </%init> |
