summaryrefslogtreecommitdiff
path: root/FS/FS/access_right.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-12-31 17:44:04 -0800
committerMark Wells <mark@freeside.biz>2015-12-31 17:44:04 -0800
commitd0fc25693dd91869c6e1fe1372bcae35fde1a827 (patch)
tree40abd0862d419fd7faba658aee20a1988844e9db /FS/FS/access_right.pm
parenta9a6fd37a49d05f451adfacc363d377009fd9672 (diff)
allow back-billing by changing start dates, #38883
Diffstat (limited to 'FS/FS/access_right.pm')
-rw-r--r--FS/FS/access_right.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm
index 0da718c..57f67de 100644
--- a/FS/FS/access_right.pm
+++ b/FS/FS/access_right.pm
@@ -253,6 +253,7 @@ 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
);
# foreach my $old_acl ( keys %onetime ) {