summaryrefslogtreecommitdiff
path: root/FS/FS/access_right.pm
diff options
context:
space:
mode:
authorJoshua Goodman <jgoodman1990@gmail.com>2014-03-06 22:45:53 +0000
committerJoshua Goodman <jgoodman1990@gmail.com>2014-03-06 22:45:53 +0000
commit0d991a8c986099180aaf2843a928e9396ff232db (patch)
treefa53fa6de06c60a76b2fdeefd81f94eae26162df /FS/FS/access_right.pm
parent9ac90646828dd34b49fc2474c9666ba33c3508a4 (diff)
modified _upgrade to grant "Add on-the-fly refund reason" to groups with "Add on-the-fly credit reason"
Diffstat (limited to 'FS/FS/access_right.pm')
-rw-r--r--FS/FS/access_right.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm
index 0906c0c..9ec7ab9 100644
--- a/FS/FS/access_right.pm
+++ b/FS/FS/access_right.pm
@@ -243,7 +243,7 @@ sub _upgrade_data { # class method
'Configuration' => 'Alarm global configuration',
'Services: Accounts' => 'Services: Conferencing',
'Services: Accounts' => 'Services: Video',
- 'Edit global package definitions' => 'Edit package definition costs',
+ 'Add on-the-fly credit reason' => 'Add on-the-fly refund reason',
);
# foreach my $old_acl ( keys %onetime ) {