show negative balances on A/R report, closes: RT#2983
[freeside.git] / FS / FS / AccessRight.pm
index fb7e538..8ebfc40 100644 (file)
@@ -169,6 +169,7 @@ tie my %rights, 'Tie::IxHash',
     { rightname=>'Unapply credit', desc=>'Enable "unapplication" of unclosed credits.' }, #aka unapplycredits
     { rightname=>'Delete credit', desc=>'Enable deletion of unclosed credits. Be very careful!  Only delete credits that were data-entry errors, not adjustments.' }, #aka. deletecredits Optionally specify one or more comma-separated email addresses to be notified when a credit is deleted.
     'Delete refund', #NEW
+    'Add on-the-fly credit reason', #NEW
   ],
   
   ###
@@ -203,6 +204,7 @@ tie my %rights, 'Tie::IxHash',
   ###
   'Miscellaneous rights' => [
     { rightname=>'Job queue', global=>1 },
+    { rightname=>'Time queue', global=>1 },
     { rightname=>'Process batches', global=>1 },
     { rightname=>'Reprocess batches', global=>1 },
     { rightname=>'Import', global=>1 }, #some of these are ag-virt'ed now?  give em their own ACLs
@@ -222,6 +224,9 @@ tie my %rights, 'Tie::IxHash',
   'Configuration rights' => [
     'Edit advertising sources',
     { rightname=>'Edit global advertising sources', global=>1 },
+
+    'Edit package definitions',
+    { rightname=>'Edit global package definitions', global=>1 },
   
     'Edit billing events',
     { rightname=>'Edit global billing events', global=>1 },