summaryrefslogtreecommitdiff
path: root/FS/FS/access_right.pm
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-07-27 17:23:14 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-07-27 17:23:14 -0500
commit990d718978480aa02b0031a2ec6753e64975fd34 (patch)
treef9f8a8ca7bb33ef0b5112ff3e5d769ba374dd3c1 /FS/FS/access_right.pm
parent80b548ef7cad9b01584f8ab2018e186a03148210 (diff)
RT#71009: (v4+) OFM - Separate permissions for edit dates and contract dates
Diffstat (limited to 'FS/FS/access_right.pm')
-rw-r--r--FS/FS/access_right.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm
index 0ee0aa0..13a826f 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',
);