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