From a1c03bd93dd860337a847a7b696cf6829ad14672 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 28 Mar 2014 11:10:58 -0700 Subject: [PATCH] bootstrap new fee ACLs, RT#25899 --- FS/FS/access_right.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm index d26db4895..e6dadfa84 100644 --- a/FS/FS/access_right.pm +++ b/FS/FS/access_right.pm @@ -245,6 +245,7 @@ sub _upgrade_data { # class method 'Services: Accounts' => 'Services: Video', 'Edit global package definitions' => 'Edit package definition costs', 'Add on-the-fly credit reason' => 'Add on-the-fly refund reason', + 'Configuration' => 'Edit global fee definitions', ); # foreach my $old_acl ( keys %onetime ) { -- 2.11.0