summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-05-23 16:55:57 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-05-23 16:55:57 -0500
commit916619399ef70bc56d72d514437ecf52f099592d (patch)
tree64c9051a3258e4a3750687db591213e6a856b3cb
parentd1f9776b822ae835ba5374dca3f76ce3ee76e5dc (diff)
RT#40215: OFM - Separate permissions for edit dates and contract dates [better acl]
-rw-r--r--FS/FS/AccessRight.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm
index 7096db535..89e50aa00 100644
--- a/FS/FS/AccessRight.pm
+++ b/FS/FS/AccessRight.pm
@@ -153,7 +153,7 @@ tie my %rights, 'Tie::IxHash',
'Make appointment',
'View package definition costs', #NEWNEW
'Change package start date',
- 'Add/remove package contract end date',
+ 'Change package contract end date',
],
###