ACL for hardware class config, RT#85057
[freeside.git] / FS / FS / AccessRight.pm
index 1b581b2..5badba7 100644 (file)
@@ -352,6 +352,7 @@ tie my %rights, 'Tie::IxHash',
     { rightname=>'Import', global=>1 }, #some of these are ag-virt'ed now?  give em their own ACLs
     { rightname=>'Export', global=>1 },
     { rightname=> 'Edit rating data', desc=>'Delete CDRs', global=>1 },
+    { rightname=>'Delete fees', },
   #],
   #
   ###
@@ -415,6 +416,8 @@ tie my %rights, 'Tie::IxHash',
     { rightname=>'Alarm configuration' },
     { rightname=>'Alarm global configuration', global=>1 },
 
+    { rightname=>'Edit hardware classes and types' },
+
     { rightname=> 'Configure network monitoring', global=>1 },
 
     #{ rightname=>'Edit employees', global=>1, },
@@ -470,6 +473,9 @@ sub default_superuser_rights {
     'Void invoices',#people are overusing this when credits are more appropriate
     'Backdate credit',
     'View legacy typeset statments',
+    'Detach customer package',
+    'Delete fees',
+    'Employee preference telephony integration',
   );
 
   no warnings 'uninitialized';