X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Faccess_right.pm;h=87337d5d7a808a3c889c86e6f9cf85b3c44e906b;hb=ff2f162d30fc9485464694e714fcb02b1b767f3d;hp=f7b16862f521bf9c8758d0ca55bac9b3cd1e35e8;hpb=591811b46fb6f51aa93868db6eaba0242d1257ad;p=freeside.git diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm index f7b16862f..87337d5d7 100644 --- a/FS/FS/access_right.pm +++ b/FS/FS/access_right.pm @@ -253,13 +253,17 @@ sub _upgrade_data { # class method 'Generate quotation' => 'Disable quotation', 'Void credit' => 'Void credit', 'Unvoid credit' => 'Unvoid credit', - 'Add on-the-fly void credit reason' => 'Add on-the-fly void credit reason', + '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', + 'Financial reports' => 'Basic payment and refund reports', ); # foreach my $old_acl ( keys %onetime ) { @@ -357,4 +361,3 @@ L, schema.html from the base documentation. =cut 1; -