summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorivan <ivan>2011-12-09 01:02:10 +0000
committerivan <ivan>2011-12-09 01:02:10 +0000
commit87ff794bc37c12c22ddc03c4182e4d37446df245 (patch)
treedbb640a928bcad204ddd2ff288d07c2bb4ed698c /httemplate/view
parenta10741a6cb9bdc97cd4d70f6611313a3108c354c (diff)
Add "View email logs" ACL - "View customers of all agents" was definitely not the right ACL there
Diffstat (limited to 'httemplate/view')
-rwxr-xr-xhttemplate/view/cust_msg.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/view/cust_msg.html b/httemplate/view/cust_msg.html
index a5846109a..0992d8a26 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" if !$curuser->access_right('View email logs'))
+ && !$curuser->access_right('Configuration');
my ($custmsgnum) = $cgi->keywords;
$custmsgnum =~ /^(\d+)$/ or die "illegal custmsgnum";