diff options
author | Mark Wells <mark@freeside.biz> | 2014-02-27 13:06:56 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-02-27 13:07:06 -0800 |
commit | e1c6b4af716fecad943bf282b50c0d459b986720 (patch) | |
tree | fee87a69aa5b34106223af038fea820f3d5b4381 /httemplate/edit/process/part_fee.html | |
parent | 6767c91fd38ea1d8e609e57f6c46c2b9da233f70 (diff) |
package fees and usage-based fees, #27687, #25899
Diffstat (limited to 'httemplate/edit/process/part_fee.html')
-rw-r--r-- | httemplate/edit/process/part_fee.html | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/httemplate/edit/process/part_fee.html b/httemplate/edit/process/part_fee.html index 25656e9b0..6d1786300 100644 --- a/httemplate/edit/process/part_fee.html +++ b/httemplate/edit/process/part_fee.html @@ -4,10 +4,19 @@ 'agent_virt' => 1, 'agent_null_right' => 'Edit global fee definitions', 'viewall_dir' => 'browse', - 'process_o2m' => { - 'table' => 'part_fee_msgcat', - 'fields' => [ 'locale', 'itemdesc' ], - }, + 'process_o2m' => [ + { + 'table' => 'part_fee_msgcat', + 'fields' => [ 'locale', 'itemdesc' ], + }, + { + 'table' => 'part_fee_usage', + 'fields' => [ 'classnum', + 'amount', + 'percent' + ], + }, + ], &> <%init> |