summaryrefslogtreecommitdiff
path: root/FS/FS/AccessRight.pm
diff options
context:
space:
mode:
authorivan <ivan>2011-12-09 01:02:03 +0000
committerivan <ivan>2011-12-09 01:02:03 +0000
commitc38702f0a0e02e7ed45c8cb8dad86cd1a1ee4882 (patch)
treea6f4af7184639cb2ae8c7ea4fa6b7b433c080355 /FS/FS/AccessRight.pm
parentdbfa77932f2c2652a047745c3923c947d4a2722a (diff)
Add "View email logs" ACL - "View customers of all agents" was definitely not the right ACL there
Diffstat (limited to 'FS/FS/AccessRight.pm')
-rw-r--r--FS/FS/AccessRight.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm
index 7351c6d..1bfae03 100644
--- a/FS/FS/AccessRight.pm
+++ b/FS/FS/AccessRight.pm
@@ -264,6 +264,7 @@ tie my %rights, 'Tie::IxHash',
'Receivables report',
'Financial reports',
{ rightname=> 'List inventory', global=>1 },
+ { rightname=>'View email logs', global=>1 },
#{ rightname => 'List customers of all agents', global=>1 },
],