summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authormark <mark>2009-12-14 01:41:11 +0000
committermark <mark>2009-12-14 01:41:11 +0000
commit1642d77450f5ecf931bfe94687386583ac3b367d (patch)
tree694b69ec944b8eb7ead8f505499192fb261c37dc /FS
parent036dda4f6ffa045e4597ffb61d3e86763759d70e (diff)
Add access right to view attachments
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 a54d27082..44235b113 100644
--- a/FS/FS/AccessRight.pm
+++ b/FS/FS/AccessRight.pm
@@ -206,6 +206,7 @@ tie my %rights, 'Tie::IxHash',
'Customer note and attachment rights' => [
'Add customer note', #NEW
'Edit customer note', #NEW
+ 'View attachments',
'Download attachment', #NEW
'Add attachment', #NEW
'Edit attachment', #NEW