X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Faccess_right.pm;h=87337d5d7a808a3c889c86e6f9cf85b3c44e906b;hb=7050fb6c6703a6ce76aaa9b9be1827bbe32aad16;hp=882658d9e6c65afef286a2c883c3044a2c075267;hpb=66d34b037f3c79a1fcb60418f34dff56a7d467b8;p=freeside.git diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm index 882658d9e..87337d5d7 100644 --- a/FS/FS/access_right.pm +++ b/FS/FS/access_right.pm @@ -253,10 +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', - 'Edit customer package dates' => 'Change package start date', #4.x + '_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 ) { @@ -354,4 +361,3 @@ L, schema.html from the base documentation. =cut 1; -