From c38702f0a0e02e7ed45c8cb8dad86cd1a1ee4882 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 9 Dec 2011 01:02:03 +0000 Subject: Add "View email logs" ACL - "View customers of all agents" was definitely not the right ACL there --- httemplate/view/cust_msg.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/view/cust_msg.html') 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"; -- cgit v1.2.1