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

index bbd73a3..75bba36 100644 (file)
@@ -1068,7 +1068,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',
   },