[freeside-commits] branch FREESIDE_4_BRANCH updated. f3667e610bcf40c53a8f69f41feadcc456a21973

Jonathan Prykop jonathan at 420.am
Mon May 23 18:46:19 PDT 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  f3667e610bcf40c53a8f69f41feadcc456a21973 (commit)
       via  d7857d380943124b3f130b60a4f689ff03d3bb0a (commit)
      from  02efed3da5453ada38ba386c7226fcfd99b44ba3 (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 f3667e610bcf40c53a8f69f41feadcc456a21973
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 38848c6..417e443 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',
   ],
   
   ###

commit d7857d380943124b3f130b60a4f689ff03d3bb0a
Author: Jonathan Prykop <jonathan at freeside.biz>
Date:   Tue May 17 18:05:25 2016 -0500

    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 6084408..38848c6 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',
   ],
   
   ###

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

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




More information about the freeside-commits mailing list