summaryrefslogtreecommitdiff
path: root/FS/FS/access_right.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-05-02 23:40:22 -0700
committerIvan Kohler <ivan@freeside.biz>2013-05-02 23:40:22 -0700
commit4a3e900ad42a15a6a999e1d1461b816d7fac2230 (patch)
tree55330f56f163b1215098a2f18a2607b20eb75d36 /FS/FS/access_right.pm
parent51d26d73eb99d9f7f45591fa6a4b99c3a3429565 (diff)
detach a package into a new customer, RT#22185
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 d370ba5d1..5bcf92214 100644
--- a/FS/FS/access_right.pm
+++ b/FS/FS/access_right.pm
@@ -232,6 +232,7 @@ sub _upgrade_data { # class method
'Financial reports' => [ 'Employees: Commission Report',
'Employees: Audit Report',
],
+ 'Change customer package' => 'Detach customer package',
;
foreach my $old_acl ( keys %onetime ) {