From: Ivan Kohler Date: Fri, 2 Jun 2017 21:21:31 +0000 (-0700) Subject: separate ACL for editing customer invoice terms, RT#75759 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=4a846ddc1bd5f16c905aa3c272d1a452070e39b5;p=freeside.git separate ACL for editing customer invoice terms, RT#75759 --- diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index 09d49873d..287d05460 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 b39e52b72..024166d75 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 ) {