summaryrefslogtreecommitdiff
path: root/FS
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 /FS
parenta10741a6cb9bdc97cd4d70f6611313a3108c354c (diff)
Add "View email logs" ACL - "View customers of all agents" was definitely not the right ACL there
Diffstat (limited to 'FS')
-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 7351c6d7f..1bfae03ad 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 },
],