add disabled column to new tax rates, false laziness elimination, and bug fixes ...
[freeside.git] / FS / FS / AccessRight.pm
index 5621a97..4e6eaaf 100644 (file)
@@ -238,6 +238,9 @@ tie my %rights, 'Tie::IxHash',
     'Edit billing events',
     { rightname=>'Edit global billing events', global=>1 },
   
+    { rightname=>'Engineering configuration' },
+    { rightname=>'Engineering global configuration', global=>1 },
+
     { rightname=>'Configuration', global=>1 }, #most of the rest of the configuraiton is not agent-virtualized
   ],