summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-01-25 23:25:44 -0600
committerJonathan Prykop <jonathan@freeside.biz>2016-01-28 19:26:39 -0600
commite96bcf25f1d6eb21bb78b9c43bd00049840d9639 (patch)
tree5de6a0cee9705f2cfcac16b1f03ce40512827bc3 /httemplate/elements
parentf1ce861d8f7a6431934b4bf5b69f5e7573043818 (diff)
RT#39638: VoIP Usage cost reporting [menu link]
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/menu.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index f4aeec810..1d5789d04 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -398,6 +398,8 @@ if( $curuser->access_right('Financial reports') ) {
$report_financial{'Customer Accounting Summary'} = [ $fsurl.'search/report_customer_accounting_summary.html', 'Customer accounting summary report' ];
+ $report_financial{'Customer Usage Profit/Loss'} = [ $fsurl.'search/report_customer_usage_profit.html', 'Customer usage profit/loss' ];
+
} elsif($curuser->access_right('Receivables report')) {
$report_financial{'A/R Aging'} = [ $fsurl.'search/report_receivables.html', 'Accounts Receivable Aging report' ];