fix invoice for cust_bill_pkg missing cust_pkg, RT#27745
[freeside.git] / FS / FS / AccessRight.pm
index 1c24bf5..4b165eb 100644 (file)
@@ -352,9 +352,13 @@ tie my %rights, 'Tie::IxHash',
 
     'Edit package definitions',
     { rightname=>'Edit global package definitions', global=>1 },
-  
+    'Edit package definition costs',
+
     'Bulk edit package definitions',
 
+    'Edit fee definitions',
+    { rightname=>'Edit global fee definitions', global=>1 },
+
     'Edit billing events',
     { rightname=>'Edit global billing events', global=>1 },