diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-05-17 18:05:25 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-05-17 18:05:25 -0500 |
commit | f7cb0c8469c4b5abc3ef608278f7856a15bd610d (patch) | |
tree | b5907efe978933132f350a7a6e28d64c7f127c27 | |
parent | 0cd91e6625848b1ccf72b4b80bd18b3a1c66bbee (diff) |
RT#40215: OFM - Separate permissions for edit dates and contract dates [new acl]
-rw-r--r-- | FS/FS/AccessRight.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index 7004d7015..7096db535 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -153,6 +153,7 @@ tie my %rights, 'Tie::IxHash', 'Make appointment', 'View package definition costs', #NEWNEW 'Change package start date', + 'Add/remove package contract end date', ], ### |