start of Enswitch CDR import, RT#11613
[freeside.git] / FS / FS / AccessRight.pm
index e7d77b5..09ec948 100644 (file)
@@ -143,6 +143,7 @@ tie my %rights, 'Tie::IxHash',
     'Add on-the-fly suspend reason', #NEW
     'Edit customer package invoice details', #NEW
     'Edit customer package comments', #NEW
+    'Qualify service', #NEW
   ],
   
   ###
@@ -258,6 +259,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 },
   ],
@@ -355,6 +357,7 @@ sub default_superuser_rights {
     'Configuration download',
     'View customers of all agents',
     'View/link unlinked services',
+    'Edit usage',
   );
 
   no warnings 'uninitialized';