From: Jonathan Prykop Date: Tue, 17 May 2016 23:05:25 +0000 (-0500) Subject: RT#40215: OFM - Separate permissions for edit dates and contract dates [new acl] X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=f7cb0c8469c4b5abc3ef608278f7856a15bd610d RT#40215: OFM - Separate permissions for edit dates and contract dates [new acl] --- 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', ], ###