summaryrefslogtreecommitdiff
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 18:56:34 -0600
commitf77b3bf93d256dca4cdb1a24462103a9eb5047bb (patch)
tree2267ef55eb95bd69b6d124026bfac4f069665bf7
parent2903da36298ed92a49f9ce40aa8fce45180d2529 (diff)
RT#39638: VoIP Usage cost reporting [menu link]
-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 a3bfeb7b0..f70c3af19 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -390,6 +390,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' ];