diff options
| author | Mark Wells <mark@freeside.biz> | 2013-03-05 12:02:30 -0800 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2013-03-05 12:02:30 -0800 |
| commit | 968a0f3089c4e0e18ec2c72f5a0917188b1dffc1 (patch) | |
| tree | 43b6755f630c1f43b71f4bdf32863fe74a8ab046 /httemplate/elements | |
| parent | f0264bb8437b5ea5775c99a85efefc3e535b1822 (diff) | |
agent commission report, #20558
Diffstat (limited to 'httemplate/elements')
| -rw-r--r-- | httemplate/elements/menu.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 63ff5ceeb..34f660e28 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -336,7 +336,8 @@ tie my %report_sales, 'Tie::IxHash', 'Daily Sales, Credits and Receipts' => [ $fsurl.'graph/report_money_time_daily.html', 'Sales, credits and receipts (broken down by day) summary graph' ], '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 Advertising Source' => [ $fsurl.'search/report_cust_bill_pkg_referral.html' ], + 'Sales with Agent Commissions' => [ $fsurl.'search/report_agent_commission.html' ], ; tie my %report_financial, 'Tie::IxHash'; |
