X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fmenu.html;h=9b8b2cd1e1b1d9208931bfe9fea3280311d25749;hp=0a73d71a6cb8ae7adf3ccb32607e7805e1ee4833;hb=697515200e6e405272bd2d1cdf9784a990057334;hpb=7668262421ea253ffaf95e0233e037f2857f7071 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' ];