diff options
| author | mark <mark> | 2009-08-10 23:04:57 +0000 |
|---|---|---|
| committer | mark <mark> | 2009-08-10 23:04:57 +0000 |
| commit | ae898cc8e6de40fbecb30c973f91cd955434b159 (patch) | |
| tree | 958b2684401f62785db16e300764f163bf7c0384 /FS | |
| parent | 165423e6ce43f8f87f329330bf92f422e718a768 (diff) | |
Improve handling of deleted attachments
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 ], |
