X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fmenu.html;h=a2b0ff39b69c3a0b4de9812856dcd4eb888e94e1;hb=583e90e3de4d707996084dc82b794f26063b7fea;hp=3b0969f5cc68efab4fcad424d08fe2b283889589;hpb=c2ee6c5c4f274bbf86729cacd2fe011ea71f725d;p=freeside.git diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 3b0969f5c..a2b0ff39b 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -106,7 +106,7 @@ $report_customers_lists{'with USPS-unvalidated addresses'} = [ $fsurl. 'search/c tie my %report_customers, 'Tie::IxHash'; $report_customers{'List customers'} = [ \%report_customers_lists, 'List customers' ] - if $curuser->access_right('List customers'); + if $curuser->access_right('List all customers'); $report_customers{'Zip code distribution'} = [ $fsurl. 'search/report_cust_main-zip.html', 'Zip codes by number of customers' ]; $report_customers{'Customer signup report'} = [ $fsurl. 'graph/report_cust_signup.html', 'New customer signups by date' ], $report_customers{'Advanced customer reports'} = [ $fsurl. 'search/report_cust_main.html', 'by status, signup date, agent, etc.' ]