X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Faccess_right.pm;h=d26db4895bef558dedf6c7a7d55a3f98210ec9ec;hp=289660fa6c60c875b042739ee204950bddfb1276;hb=e9e0cf0989259b94d9758eceff448666a2e5a5cc;hpb=ee7bb8218d50ca38148427c9b24a8decbd3ace86 diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm index 289660fa6..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); @@ -239,6 +240,11 @@ sub _upgrade_data { # class method 'Services: Accounts' => 'Services: Cable Subscribers', 'Bulk change customer packages' => 'Bulk move customer services', 'Configuration' => 'Edit sales people', + '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 ) {