From: Ivan Kohler Date: Fri, 28 Mar 2014 18:10:58 +0000 (-0700) Subject: bootstrap new fee ACLs, RT#25899 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=a1c03bd93dd860337a847a7b696cf6829ad14672 bootstrap new fee ACLs, RT#25899 --- 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 ) {