summaryrefslogtreecommitdiff
path: root/httemplate/graph/cust_churn.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/graph/cust_churn.html')
-rw-r--r--httemplate/graph/cust_churn.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/graph/cust_churn.html b/httemplate/graph/cust_churn.html
index 07193c776..1777b05fd 100644
--- a/httemplate/graph/cust_churn.html
+++ b/httemplate/graph/cust_churn.html
@@ -18,7 +18,7 @@
my $curuser = $FS::CurrentUser::CurrentUser;
die "access denied"
- unless $curuser->access_right('List customers');
+ unless $curuser->access_right('Customers: Customer churn report');
my( $agentnum, $agent ) = ('', '');
if ( $cgi->param('agentnum') =~ /^(\d+)$/ ) {