diff options
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/AccessRight.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index d19212520..17d2d76fd 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -103,6 +103,10 @@ tie my %rights, 'Tie::IxHash', 'Download attachment', #NEW 'Add attachment', #NEW 'Edit attachment', #NEW + 'Delete attachment', #NEW + 'View deleted attachments', #NEW + 'Undelete attachment', #NEW + 'Purge attachment', #NEW 'Bill customer now', #NEW 'Bulk send customer notices', #NEW ], |