[freeside-commits] branch FREESIDE_4_BRANCH updated. 4a846ddc1bd5f16c905aa3c272d1a452070e39b5
Ivan
ivan at 420.am
Fri Jun 2 14:21:33 PDT 2017
The branch, FREESIDE_4_BRANCH has been updated
via 4a846ddc1bd5f16c905aa3c272d1a452070e39b5 (commit)
from 688bfeebc5228301f9429cb86237a3de62913cda (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 4a846ddc1bd5f16c905aa3c272d1a452070e39b5
Author: Ivan Kohler <ivan at freeside.biz>
Date: Fri Jun 2 14:21:31 2017 -0700
separate ACL for editing customer invoice terms, RT#75759
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm
index 09d4987..287d054 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 b39e52b..024166d 100644
--- a/FS/FS/access_right.pm
+++ b/FS/FS/access_right.pm
@@ -261,6 +261,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