Merge branch 'master' of https://github.com/jgoodman/Freeside
[freeside.git] / FS / FS / access_right.pm
index 61e5b7c..d26db48 100644 (file)
@@ -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);
 
@@ -241,6 +242,9 @@ sub _upgrade_data { # class method
     '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 ) {