diff options
author | Christopher Burger <burgerc@freeside.biz> | 2017-09-26 12:03:08 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2017-09-26 12:03:08 -0400 |
commit | ee2fb1a8744b88d699517ed636ab3cb1b99c53f0 (patch) | |
tree | 31f3ce55f3d325ee606c1501318bc6bbad6d34e3 /httemplate/elements/menu.html | |
parent | 3fda01cc7d4de589d93bf0219e2a959200da7e33 (diff) |
RT# 77160 - created new customer time span report
Diffstat (limited to 'httemplate/elements/menu.html')
-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 854145628..defcc494f 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', |