time/data/etc. unit pricing add-ons, RT#24392
[freeside.git] / httemplate / edit / process / part_pkg.cgi
index db4fcb9..82c4e1e 100755 (executable)
@@ -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>