From 08ec0a26405eab73e9fe80632e788d9af4c76fe7 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 Conflicts: httemplate/elements/menu.html --- httemplate/elements/menu.html | 1 + 1 file changed, 1 insertion(+) (limited to 'httemplate/elements/menu.html') diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 045bbdfc9..9b30b6cd0 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -146,6 +146,7 @@ $report_customers{'Advanced customer reports'} = [ $fsurl. 'search/report_cust_m if ( $curuser->access_right('List contacts') ) { $report_customers{'separator'} = ''; $report_customers{'Customer contacts'} = [ $fsurl. 'search/report_contact.html?link=cust_main' ]; + $report_customers{'Customer timespan'} = [ $fsurl. 'search/report_cust_timespan.html' ]; } tie my %report_invoices_open, 'Tie::IxHash', -- cgit v1.2.1