summaryrefslogtreecommitdiff
path: root/FS/FS/AccessRight.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-05-15 10:49:38 -0700
committerIvan Kohler <ivan@freeside.biz>2017-05-15 10:49:38 -0700
commit1cd83e5112019111a8f6c16eacd5264a95abcfb2 (patch)
treef2168c6a593233a54de0a67bbc0a0f7390d2f1e4 /FS/FS/AccessRight.pm
parent9d1c56465919772772ec8b11fec196c8506865bb (diff)
separate edit and delete rights for customer notes, RT#76001
Diffstat (limited to 'FS/FS/AccessRight.pm')
-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 285a770..2d95953 100644
--- a/FS/FS/AccessRight.pm
+++ b/FS/FS/AccessRight.pm
@@ -258,6 +258,7 @@ tie my %rights, 'Tie::IxHash',
'Customer note and attachment rights' => [
'Add customer note', #NEW
'Edit customer note', #NEW
+ 'Delete customer note', #NEWEST
'View attachments', #NEW
'Browse attachments', #NEW
'Download attachment', #NEW