diff options
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/access_right.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm index 0ee0aa04a..13a826f29 100644 --- a/FS/FS/access_right.pm +++ b/FS/FS/access_right.pm @@ -253,7 +253,9 @@ 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', ); |
