X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fprocess%2Fpart_pkg.cgi;fp=httemplate%2Fedit%2Fprocess%2Fpart_pkg.cgi;h=82c4e1e1583b31e9d7a911e92bfbc3a63ac15011;hp=db4fcb921d8c349bc990bf4b3fb62996a8fe65d9;hb=013646e6629fc94b4cda03c495aa56677f2de381;hpb=0ce4ba640f3c216a37d78296a0e9d4dd262df2d9 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 )], + } );