summaryrefslogtreecommitdiff
path: root/httemplate/edit/sales.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-08-18 16:09:39 -0700
committerIvan Kohler <ivan@freeside.biz>2013-08-18 16:09:39 -0700
commitdc797c21faf993cec12ae92c190043c4f8bb2ab2 (patch)
tree02ea72945ecf26aa7453ceff27cb688dbc0cd380 /httemplate/edit/sales.html
parentc38cbda56530785527927471a3ecee56a71c7a13 (diff)
continue sales person work: customer and package selection, commissions, reporting. RT#23402
Diffstat (limited to 'httemplate/edit/sales.html')
-rwxr-xr-xhttemplate/edit/sales.html10
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>