diff options
author | Christopher Burger <burgerc@freeside.biz> | 2017-09-26 12:03:08 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2017-10-24 11:14:56 -0400 |
commit | 08ec0a26405eab73e9fe80632e788d9af4c76fe7 (patch) | |
tree | f7d0bc3f5522b0a35870389af02275f81ac1e4b6 /httemplate/elements | |
parent | 57d4a5ffe7b86d032339d6eefe1a22277f3ca113 (diff) |
RT# 77160 - created new customer time span report
Conflicts:
httemplate/elements/menu.html
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 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', |