diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2017-09-26 12:03:08 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2017-10-23 15:25:42 -0400 |
| commit | 2d16e600051d0bc024961e9790ea446c197ef67c (patch) | |
| tree | c8af573e6b10da3680bd3929834a2acdee226729 /httemplate/elements | |
| parent | 3d4cedda1dabe29c2c24888a30e62472cfea8b35 (diff) | |
RT# 77160 - created new customer time span report
Diffstat (limited to 'httemplate/elements')
| -rw-r--r-- | httemplate/elements/menu.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 9a3f7a44f..21f7539c6 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -147,6 +147,7 @@ if ( $curuser->access_right('List contacts') ) { $report_customers{'separator'} = ''; $report_customers{'Customer contacts'} = [ $fsurl. 'search/report_contact.html?link=cust_main' ]; $report_customers{'Customer stored payment information'} = [ $fsurl. 'search/report_cust_payby.html' ]; + $report_customers{'Customer timespan'} = [ $fsurl. 'search/report_cust_timespan.html' ]; } tie my %report_invoices_open, 'Tie::IxHash', |
