diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-05-23 16:55:57 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-05-23 20:34:46 -0500 |
commit | 50fc1d226ec89bf5fb66622ee913ec9e470b8d6c (patch) | |
tree | afc9abf9fae41aba69cf4b9685ea5e384ee52a2c /FS | |
parent | e86b3578afbb298529e773506217cfc10e0257c4 (diff) |
RT#40215: OFM - Separate permissions for edit dates and contract dates [v3 only]
Diffstat (limited to 'FS')
-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 8879500d7..a162cf0fb 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -154,6 +154,7 @@ tie my %rights, 'Tie::IxHash', 'View appointments', #NEWNEW 'Make appointment', 'View package definition costs', #NEWNEW + 'Change package contract end date', ], ### |