diff options
author | ivan <ivan> | 2011-12-09 01:02:03 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-12-09 01:02:03 +0000 |
commit | c38702f0a0e02e7ed45c8cb8dad86cd1a1ee4882 (patch) | |
tree | a6f4af7184639cb2ae8c7ea4fa6b7b433c080355 /httemplate/search | |
parent | dbfa77932f2c2652a047745c3923c947d4a2722a (diff) |
Add "View email logs" ACL - "View customers of all agents" was definitely not the right ACL there
Diffstat (limited to 'httemplate/search')
-rw-r--r-- | httemplate/search/cust_msg.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_msg.html b/httemplate/search/cust_msg.html index 64fae30bd..f71a86607 100644 --- a/httemplate/search/cust_msg.html +++ b/httemplate/search/cust_msg.html @@ -41,7 +41,7 @@ <%init> #hmm... die "access denied" - unless $FS::CurrentUser::CurrentUser->access_right('View customers of all agents'); + unless $FS::CurrentUser::CurrentUser->access_right('View email logs'); my $conf = new FS::Conf; |