summaryrefslogtreecommitdiff
path: root/FS/FS/AccessRight.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-06-19 15:27:21 -0700
committerIvan Kohler <ivan@freeside.biz>2013-06-19 15:27:21 -0700
commitfa2d8d66b29628e95a8a3aad05e59cbb173f4671 (patch)
tree4ea58297590252c0b7fc4c617af4bf331704a748 /FS/FS/AccessRight.pm
parent811e59bef46fb10d713f7ed5b81183ed1293072a (diff)
remove customer deletion
Diffstat (limited to 'FS/FS/AccessRight.pm')
-rw-r--r--FS/FS/AccessRight.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm
index d7e5a17..3f6073e 100644
--- a/FS/FS/AccessRight.pm
+++ b/FS/FS/AccessRight.pm
@@ -118,7 +118,6 @@ tie my %rights, 'Tie::IxHash',
'Complimentary customer', #aka users-allow_comp
'Merge customer',
'Merge customer across agents',
- { rightname=>'Delete customer', desc=>"Enable customer deletions. Be very careful! Deleting a customer will remove all traces that this customer ever existed! It should probably only be used when auditing a legacy database. Normally, you cancel all of a customer's packages if they cancel service." }, #aka. deletecustomers
'Bill customer now', #NEW
'Bulk send customer notices', #NEW
{ rightname=>'View customers of all agents', global=>1 },
@@ -405,7 +404,6 @@ Most (but not all) right names.
sub default_superuser_rights {
my $class = shift;
my %omit = map { $_=>1 } (
- 'Delete customer',
'Delete invoices',
'Delete payment',
'Delete credit', #?