X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Faccess_right.pm;h=d26db4895bef558dedf6c7a7d55a3f98210ec9ec;hp=d7015dd01b5857f3395a200ea2cbef6287813eb6;hb=e9e0cf0989259b94d9758eceff448666a2e5a5cc;hpb=0ce4ba640f3c216a37d78296a0e9d4dd262df2d9 diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm index d7015dd01..d26db4895 100644 --- a/FS/FS/access_right.pm +++ b/FS/FS/access_right.pm @@ -5,6 +5,7 @@ use vars qw( @ISA ); use Tie::IxHash; use FS::Record qw( qsearch qsearchs ); use FS::upgrade_journal; +use FS::access_group; @ISA = qw(FS::Record); @@ -242,6 +243,8 @@ 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 ) {