diff options
Diffstat (limited to 'httemplate/edit/process/part_pkg.cgi')
-rwxr-xr-x | httemplate/edit/process/part_pkg.cgi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/edit/process/part_pkg.cgi b/httemplate/edit/process/part_pkg.cgi index db4fcb921..82c4e1e15 100755 --- a/httemplate/edit/process/part_pkg.cgi +++ b/httemplate/edit/process/part_pkg.cgi @@ -269,6 +269,10 @@ my @process_o2m = ( 'table' => 'part_pkg_msgcat', 'fields' => [qw( locale pkg )], }, + { + 'table' => 'part_pkg_usageprice', + 'fields' => [qw( price currency action target amount )], + } ); </%init> |