separate ACL for editing customer invoice terms, RT#75759
authorIvan Kohler <ivan@freeside.biz>
Fri, 2 Jun 2017 21:21:36 +0000 (14:21 -0700)
committerIvan Kohler <ivan@freeside.biz>
Fri, 2 Jun 2017 21:21:36 +0000 (14:21 -0700)
FS/FS/AccessRight.pm
FS/FS/access_right.pm

index 4bf45a6..ededf9e 100644 (file)
@@ -110,6 +110,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',
index ba2dd9c..c771a15 100644 (file)
@@ -255,6 +255,7 @@ sub _upgrade_data { # class method
     'Add on-the-fly credit reason' => 'Add on-the-fly refund reason',
     'Resend invoices' => 'Print and mail invoices',
     'List customers' => 'Customers: Customer churn report',
+    'Edit customer' => 'Edit customer invoice terms',
   );
 
 #  foreach my $old_acl ( keys %onetime ) {