summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/part_pkg.cgi
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-01-04 23:31:16 -0800
committerIvan Kohler <ivan@freeside.biz>2014-01-04 23:31:16 -0800
commit013646e6629fc94b4cda03c495aa56677f2de381 (patch)
tree05b085bdd194e04f9db78a8feab44018071b4ded /httemplate/edit/process/part_pkg.cgi
parent0ce4ba640f3c216a37d78296a0e9d4dd262df2d9 (diff)
time/data/etc. unit pricing add-ons, RT#24392
Diffstat (limited to 'httemplate/edit/process/part_pkg.cgi')
-rwxr-xr-xhttemplate/edit/process/part_pkg.cgi4
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>