self-service payments send receipt like back-office ones, RT#32191
[freeside.git] / FS / FS / AccessRight.pm
index 6d3937e..04106dc 100644 (file)
@@ -218,6 +218,7 @@ tie my %rights, 'Tie::IxHash',
   ###
   'Customer credit and refund rights' => [
     'Post credit',
+    { rightname=>'Backdate credit', desc=>'Enable credits to be posted for days other than today.' },
     'Credit line items', #NEWNEWNEW
     'Apply credit', #NEWNEW
     { rightname=>'Unapply credit', desc=>'Enable "unapplication" of unclosed credits.' }, #aka unapplycredits
@@ -310,6 +311,7 @@ tie my %rights, 'Tie::IxHash',
     'Services: Alarm services',
     'Services: External services',
     'Usage: RADIUS sessions',
+    'Services: Circuits',
     'Usage: Call Detail Records (CDRs)',
     'Usage: Unrateable CDRs',
     'Usage: Time worked',
@@ -442,6 +444,7 @@ sub default_superuser_rights {
     'Credit card void',
     'Echeck void',
     'Void invoices',#people are overusing this when credits are more appropriate
+    'Backdate credit',
   );
 
   no warnings 'uninitialized';