X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Faccess_right.pm;h=1a0a1cb30caa21206556d5a393a6824765332898;hb=beaeb82e3a714f6b086c5fae4b4f2ec509c9978b;hp=0ee0aa04a0045ddd797420db685b927457c5f35c;hpb=cd254e04ba204b5d0b4a69b65c392fb175dd1e97;p=freeside.git diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm index 0ee0aa04a..1a0a1cb30 100644 --- a/FS/FS/access_right.pm +++ b/FS/FS/access_right.pm @@ -253,8 +253,11 @@ 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', - 'Edit customer package dates' => 'Change package start date', #4.x + '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', ); # foreach my $old_acl ( keys %onetime ) {