X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Faccess_right.pm;h=29c91b00f34fdf6f8dbbdad8650c8ca687ed4fea;hb=0c5e4f76b7ceb2c47657ca75f54fb4c0c82152aa;hp=1a0a1cb30caa21206556d5a393a6824765332898;hpb=beaeb82e3a714f6b086c5fae4b4f2ec509c9978b;p=freeside.git diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm index 1a0a1cb30..29c91b00f 100644 --- a/FS/FS/access_right.pm +++ b/FS/FS/access_right.pm @@ -258,6 +258,8 @@ 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 ) {