deprecated customer deletion
authorIvan Kohler <ivan@freeside.biz>
Wed, 19 Jun 2013 22:28:42 +0000 (15:28 -0700)
committerIvan Kohler <ivan@freeside.biz>
Wed, 19 Jun 2013 22:28:42 +0000 (15:28 -0700)
FS/FS/Conf.pm

index 1fc419a..a285639 100644 (file)
@@ -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',
   },