X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fcust_msg.html;fp=httemplate%2Fview%2Fcust_msg.html;h=d5ec036dc12930df71da2b57a0ae3e262d3462e7;hp=a5846109ac065fafcdb0734f8d61ee66788eafe0;hb=c38702f0a0e02e7ed45c8cb8dad86cd1a1ee4882;hpb=dbfa77932f2c2652a047745c3923c947d4a2722a diff --git a/httemplate/view/cust_msg.html b/httemplate/view/cust_msg.html index a5846109a..d5ec036dc 100755 --- a/httemplate/view/cust_msg.html +++ b/httemplate/view/cust_msg.html @@ -38,7 +38,7 @@ readonly=1 cols=80 rows=20> <%init> my $curuser = $FS::CurrentUser::CurrentUser; -die "access denied" if !$curuser->access_right('View customers of all agents'); +die "access denied" if !$curuser->access_right('View email logs'); my ($custmsgnum) = $cgi->keywords; $custmsgnum =~ /^(\d+)$/ or die "illegal custmsgnum";