[freeside-commits] branch master updated. 916619399ef70bc56d72d514437ecf52f099592d

Jonathan Prykop jonathan at 420.am
Mon May 23 14:55:58 PDT 2016


The branch, master has been updated
       via  916619399ef70bc56d72d514437ecf52f099592d (commit)
      from  d1f9776b822ae835ba5374dca3f76ce3ee76e5dc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 916619399ef70bc56d72d514437ecf52f099592d
Author: Jonathan Prykop <jonathan at freeside.biz>
Date:   Mon May 23 16:55:57 2016 -0500

    RT#40215: OFM - Separate permissions for edit dates and contract dates [better acl]

diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm
index 7096db5..89e50aa 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',
   ],
   
   ###

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/AccessRight.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list