[freeside-commits] branch master updated. 00366d997194ebfa62b8502e638cdfef4c932256

Ivan ivan at 420.am
Fri Jun 2 14:21:25 PDT 2017


The branch, master has been updated
       via  00366d997194ebfa62b8502e638cdfef4c932256 (commit)
       via  717f2ce998bbe7ee79a92b907f82bee098a773a1 (commit)
      from  d70f9acc79c2478cd9c148f30ff56f3f1a704ebc (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 00366d997194ebfa62b8502e638cdfef4c932256
Merge: 717f2ce d70f9ac
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Jun 2 14:21:22 2017 -0700

    Merge branch 'master' of git.freeside.biz:/home/git/freeside


commit 717f2ce998bbe7ee79a92b907f82bee098a773a1
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Jun 2 14:21:17 2017 -0700

    separate ACL for editing customer invoice terms, RT#75759

diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm
index 2d95953..9649e5e 100644
--- a/FS/FS/AccessRight.pm
+++ b/FS/FS/AccessRight.pm
@@ -109,6 +109,7 @@ tie my %rights, 'Tie::IxHash',
     'Edit customer',
     'Edit customer tags',
     'Edit referring customer',
+    'Edit customer invoice terms',
     'View customer history',
     'Suspend customer',
     'Unsuspend customer',
diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm
index f1614ff..29c91b0 100644
--- a/FS/FS/access_right.pm
+++ b/FS/FS/access_right.pm
@@ -259,6 +259,7 @@ sub _upgrade_data { # class method
     'Resend invoices' => 'Print and mail invoices',
     'List customers' => 'Customers: Customer churn report',
     'Edit customer note' => 'Delete customer note',
+    'Edit customer' => 'Edit customer invoice terms',
   );
 
 #  foreach my $old_acl ( keys %onetime ) {

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

Summary of changes:
 FS/FS/AccessRight.pm  |    1 +
 FS/FS/access_right.pm |    1 +
 2 files changed, 2 insertions(+)




More information about the freeside-commits mailing list