TD EFT format fixes, RT#10545
[freeside.git] / FS / FS / AccessRight.pm
index e7d77b5..a265748 100644 (file)
@@ -258,6 +258,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 +356,7 @@ sub default_superuser_rights {
     'Configuration download',
     'View customers of all agents',
     'View/link unlinked services',
+    'Edit usage',
   );
 
   no warnings 'uninitialized';