diff options
| author | Mitch Jackson <mitch@freeside.biz> | 2018-01-19 01:34:48 -0600 |
|---|---|---|
| committer | Mitch Jackson <mitch@freeside.biz> | 2018-09-19 00:37:18 -0400 |
| commit | c6251a1dcd226056780bf28f8ca79f078f8c78bd (patch) | |
| tree | 15bc0fb3fd441c1a53920e1e89f6acbb3ee0d822 /httemplate/elements | |
| parent | 094d5f56920ef066ff10d856399e7baa28d0fa56 (diff) | |
rt# 78547 Implement report listing future auto-bill charges
Diffstat (limited to 'httemplate/elements')
| -rw-r--r-- | httemplate/elements/menu.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 66e419af0..02a506772 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' ]; |
