diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-08-18 16:09:39 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-08-18 16:09:39 -0700 |
commit | dc797c21faf993cec12ae92c190043c4f8bb2ab2 (patch) | |
tree | 02ea72945ecf26aa7453ceff27cb688dbc0cd380 /httemplate/edit/sales.html | |
parent | c38cbda56530785527927471a3ecee56a71c7a13 (diff) |
continue sales person work: customer and package selection, commissions, reporting. RT#23402
Diffstat (limited to 'httemplate/edit/sales.html')
-rwxr-xr-x | httemplate/edit/sales.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/httemplate/edit/sales.html b/httemplate/edit/sales.html index 65cddfc13..763f86124 100755 --- a/httemplate/edit/sales.html +++ b/httemplate/edit/sales.html @@ -12,6 +12,16 @@ }, 'viewall_dir' => 'browse', 'agent_virt' => 1, + 'html_bottom' => sub { + my $sales = shift; + + '<BR>'. + include('/elements/table-commissions.html', + 'source_obj' => $sales, + 'link_table' => 'sales_pkg_class', + #'target_table' => 'pkg_class', + ); + }, &> <%init> |