summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-08-25 21:06:41 -0700
committerIvan Kohler <ivan@freeside.biz>2013-08-25 21:06:41 -0700
commita9e0bcdce308177b619f1490f58a608f49a69e90 (patch)
tree9fb4cba7cda58fb8c685c64dd67ac4d890ce5170 /httemplate/elements
parent3ea60431d09fb8d3b7e7bf47ec6357384b0d27db (diff)
continue sales person work: customer and package selection, commissions, reporting. RT#23402
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/menu.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index 15d2f5346..b619aba30 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -339,7 +339,8 @@ tie my %report_sales, 'Tie::IxHash',
'Sales Report' => [ $fsurl.'graph/report_cust_bill_pkg.html', 'Sales report and graph (by agent, package class and/or date range)' ],
'Rated Call Sales Report' => [ $fsurl.'graph/report_cust_bill_pkg_detail.html', 'Sales report and graph (by agent, package class, usage class and/or date range)' ],
'Sales with Advertising Source' => [ $fsurl.'search/report_cust_bill_pkg_referral.html' ],
- 'Sales with Agent Commissions' => [ $fsurl.'search/report_agent_commission.html' ],
+ 'Agent Commissions' => [ $fsurl.'search/report_agent_commission.html' ],
+ 'Sales Person Commissions' => [ $fsurl.'search/report_sales_commission.html' ],
;
tie my %report_financial, 'Tie::IxHash';