summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/AccessRight.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm
index c26cc2c8a..95cf29a8b 100644
--- a/FS/FS/AccessRight.pm
+++ b/FS/FS/AccessRight.pm
@@ -184,7 +184,6 @@ tie my %rights, 'Tie::IxHash',
'Resend invoices', #NEWNEW
'Void invoices',
'Unvoid invoices',
- 'Delete invoices',
'View customer tax exemptions', #yow
'Edit customer tax exemptions', #NEWNEW
'Add customer tax adjustment', #new, but no need to phase in
@@ -210,7 +209,6 @@ tie my %rights, 'Tie::IxHash',
{ rightname=>'Process payment', desc=>'Process credit card or e-check payments' },
'Process credit card payment',
'Process Echeck payment',
- { rightname=>'Delete payment', desc=>'Enable deletion of unclosed payments. Be very careful! Only delete payments that were data-entry errors, not adjustments.' }, #aka. deletepayments Optionally specify one or more comma-separated email addresses to be notified when a payment is deleted.
],
###
@@ -224,7 +222,6 @@ tie my %rights, 'Tie::IxHash',
'Void credit', #NEWER than things marked NEWNEWNEW
'Unvoid credit', #NEWER than things marked NEWNEWNEW
{ 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.
'View refunds',
{ rightname=>'Post refund', desc=>'Enable posting of check and cash refunds.' },
'Post check refund',
@@ -442,9 +439,6 @@ Most (but not all) right names.
sub default_superuser_rights {
my $class = shift;
my %omit = map { $_=>1 } (
- 'Delete invoices',
- 'Delete payment',
- 'Delete credit', #?
'Delete refund', #?
'Edit customer package dates',
'Time queue',