X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fcust_msg.html;h=f6ce4c5dc7aad58b195d99924b7da3f4e72a2209;hp=a5846109ac065fafcdb0734f8d61ee66788eafe0;hb=c418b34fa051a2894a645f7df6d4dc1dfba12113;hpb=5fdd19665fb7c0ad425a99d3dbf9ad7e27fbf44a diff --git a/httemplate/view/cust_msg.html b/httemplate/view/cust_msg.html index a5846109a..f6ce4c5dc 100755 --- a/httemplate/view/cust_msg.html +++ b/httemplate/view/cust_msg.html @@ -38,7 +38,8 @@ 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" unless $curuser->access_right('View email logs') + || $curuser->access_right('Configuration'); my ($custmsgnum) = $cgi->keywords; $custmsgnum =~ /^(\d+)$/ or die "illegal custmsgnum";