diff options
author | ivan <ivan> | 2011-12-09 01:02:10 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-12-09 01:02:10 +0000 |
commit | 87ff794bc37c12c22ddc03c4182e4d37446df245 (patch) | |
tree | dbb640a928bcad204ddd2ff288d07c2bb4ed698c /FS | |
parent | a10741a6cb9bdc97cd4d70f6611313a3108c354c (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.pm | 1 |
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 }, ], |