summaryrefslogtreecommitdiff
path: root/httemplate/elements/menu.html
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2018-01-19 01:34:48 -0600
committerMitch Jackson <mitch@freeside.biz>2018-01-19 01:34:48 -0600
commit697515200e6e405272bd2d1cdf9784a990057334 (patch)
tree97c51a89e6ee6da20831a9eb75eeb1bf9860000c /httemplate/elements/menu.html
parent7668262421ea253ffaf95e0233e037f2857f7071 (diff)
rt# 78547 Implement report listing future auto-bill charges
Diffstat (limited to 'httemplate/elements/menu.html')
-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 0a73d71a6..9b8b2cd1e 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -418,6 +418,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{'Upcoming Auto-Bill Transactions'} = [ $fsurl.'search/report_future_autobill.html', 'Upcoming auto-bill transactions' ];
+
} elsif($curuser->access_right('Receivables report')) {
$report_financial{'A/R Aging'} = [ $fsurl.'search/report_receivables.html', 'Accounts Receivable Aging report' ];