X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Faccess_right.pm;h=409b44136d9bb9347bb74ca8640dae43fba95a0e;hb=d7dd43d69c648433cd34f26a339465452082a097;hp=13a826f29a82f689c8d31eb0f8e5b1e9835bb961;hpb=cf54023e010df76e0c39ac70902877d7c4c94c6e;p=freeside.git diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm index 13a826f29..409b44136 100644 --- a/FS/FS/access_right.pm +++ b/FS/FS/access_right.pm @@ -253,10 +253,14 @@ sub _upgrade_data { # class method 'Generate quotation' => 'Disable quotation', 'Add on-the-fly void credit reason' => 'Add on-the-fly void reason', '_ALL' => 'Employee preference telephony integration', + '_ALL' => 'RT activity notification', 'Edit customer package dates' => [ 'Change package start date', #4.x 'Change package contract end date', ], '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 ) {