From 2d16e600051d0bc024961e9790ea446c197ef67c Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Tue, 26 Sep 2017 12:03:08 -0400 Subject: RT# 77160 - created new customer time span report --- httemplate/elements/menu.html | 1 + 1 file changed, 1 insertion(+) (limited to 'httemplate/elements') 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', -- cgit v1.2.1