search for cards with dashes too, RT#24428
[freeside.git] / FS / FS / access_right.pm
index 3562ae2..a9d5de2 100644 (file)
@@ -193,6 +193,9 @@ sub _upgrade_data { # class method
     'Suspend customer package'            => 'Suspend customer',
     'Unsuspend customer package'          => 'Unsuspend customer',
     'Post credit'                         => 'Credit line items',
+    #'View customer tax exemptions'        => 'Edit customer tax exemptions',
+    'Edit customer'                       => 'Edit customer tax exemptions',
+    'Edit package definitions'            => 'Bulk edit package definitions',
 
     'List services'    => [ 'Services: Accounts',
                             'Services: Domains',
@@ -225,6 +228,11 @@ sub _upgrade_data { # class method
                          'Edit customer contacts',
                        ],
 
+    'Provision customer service' => [ 'Edit password' ],
+
+    'Financial reports' => [ 'Employees: Commission Report',
+                             'Employees: Audit Report',
+                           ],
   ;
 
   foreach my $old_acl ( keys %onetime ) {