fix order_pkg-no_start_date option, RT#25650, fallout from RT#24955, fallout from...
[freeside.git] / FS / FS / access_right.pm
index 55cc979..3e018ff 100644 (file)
@@ -228,7 +228,13 @@ sub _upgrade_data { # class method
                          'Edit customer contacts',
                        ],
 
-  ;
+    'Provision customer service' => [ 'Edit password' ],
+
+    'Financial reports' => [ 'Employees: Commission Report',
+                             'Employees: Audit Report',
+                           ],
+    'Services: Accounts' => 'Services: Cable Subscribers',
+;
 
   foreach my $old_acl ( keys %onetime ) {