From 0d991a8c986099180aaf2843a928e9396ff232db Mon Sep 17 00:00:00 2001 From: Joshua Goodman Date: Thu, 6 Mar 2014 22:45:53 +0000 Subject: [PATCH] modified _upgrade to grant "Add on-the-fly refund reason" to groups with "Add on-the-fly credit reason" --- FS/FS/access_right.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm index 0906c0c9a..9ec7ab95c 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 ) { -- 2.11.0