From: Ivan Kohler Date: Fri, 2 Jun 2017 21:21:22 +0000 (-0700) Subject: Merge branch 'master' of git.freeside.biz:/home/git/freeside X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=00366d997194ebfa62b8502e638cdfef4c932256;hp=d70f9acc79c2478cd9c148f30ff56f3f1a704ebc Merge branch 'master' of git.freeside.biz:/home/git/freeside --- diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index 2d959532b..9649e5e0c 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 f1614ff30..29c91b00f 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 ) {