diff options
author | ivan <ivan> | 2011-05-19 00:11:31 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-05-19 00:11:31 +0000 |
commit | caaf1cfb4e98eec94d3620f2f754e2bf21704466 (patch) | |
tree | 334748e2a230492bb0aa8d6918781fa87ab667aa /httemplate/elements | |
parent | 506980085bd2c293451af6db5f1218e389e61d88 (diff) |
remove obsolete reports -> customers -> search customers -> by ordering employee, RT#12360
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/menu.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 51d2c9912..6697752f5 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -91,15 +91,9 @@ $report_customers_lists{'by active trouble tickets'} = [ $fsurl. 'search/cust_ma $report_customers_lists{'with USPS-unvalidated addresses'} = [ $fsurl. 'search/cust_main.cgi?browse=uspsunvalid', '' ] if $conf->config('usps_webtools-userid') && $conf->config('usps_webtools-password'); -tie my %report_customers_search, 'Tie::IxHash'; -$report_customers_search{'by ordering employee'} = [ $fsurl. 'search/cust_main-otaker.cgi' ] - if $curuser->access_right('Configuration'); - tie my %report_customers, 'Tie::IxHash'; $report_customers{'List customers'} = [ \%report_customers_lists, 'List customers' ] if $curuser->access_right('List customers'); -$report_customers{'Search customers'} = [ \%report_customers_search, 'Search customers' ] - if keys %report_customers_search; $report_customers{'Zip code distribution'} = [ $fsurl. 'search/report_cust_main-zip.html', 'Zip codes by number of customers' ]; $report_customers{'Advanced customer reports'} = [ $fsurl. 'search/report_cust_main.html', 'by status, signup date, agent, etc.' ] if $curuser->access_right('List customers') |