This commit was generated by cvs2svn to compensate for changes in r11022,
[freeside.git] / FS / FS / AccessRight.pm
index adb4a06..aa59e7d 100644 (file)
@@ -152,6 +152,7 @@ tie my %rights, 'Tie::IxHash',
   'Customer service rights' => [
     'View customer services', #NEW
     'Provision customer service',
+    'Bulk provision customer service',
     'Recharge customer service', #NEW
     'Unprovision customer service',
     'Change customer service', #NEWNEW
@@ -259,6 +260,7 @@ tie my %rights, 'Tie::IxHash',
     'Billing event reports',
     'Receivables report',
     'Financial reports',
+    { rightname=> 'List inventory', global=>1 },
 
     #{ rightname => 'List customers of all agents', global=>1 },
   ],