X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fgraph%2Fcust_churn.html;fp=httemplate%2Fgraph%2Fcust_churn.html;h=1777b05fd58e3c526aed3a70d0755dbd36f42a5e;hp=07193c77642b7ff15c76eb0b8a17721864e25263;hb=beaeb82e3a714f6b086c5fae4b4f2ec509c9978b;hpb=1dc016bb424b246da6d9b53aa0b919d8e071f667 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+)$/ ) {