From c5b04776fb253b2077951ed3641d7b7d36258391 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 19 Jun 2013 15:28:42 -0700 Subject: [PATCH] deprecated customer deletion --- FS/FS/Conf.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 1fc419a50..a285639ef 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1053,7 +1053,7 @@ sub reason_type_options { { 'key' => 'deletecustomers', - 'section' => 'UI', + 'section' => 'deprecated', 'description' => 'Enable customer deletions. Be very careful! Deleting a customer will remove all traces that the customer ever existed! It should probably only be used when auditing a legacy database. Normally, you cancel all of a customers\' packages if they cancel service.', 'type' => 'checkbox', }, @@ -1061,7 +1061,7 @@ sub reason_type_options { { 'key' => 'deleteinvoices', 'section' => 'UI', - 'description' => 'Enable invoices deletions. Be very careful! Deleting an invoice will remove all traces that the invoice ever existed! Normally, you would apply a credit against the invoice instead.', #invoice voiding? + 'description' => 'Enable invoices deletions. Be very careful! Deleting an invoice will remove all traces that the invoice ever existed! Normally, you would void or apply a credit against the invoice instead.', 'type' => 'checkbox', }, -- 2.20.1