diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-06-19 15:28:23 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-06-19 15:28:23 -0700 |
commit | 66906f54d1099dcae84e69240c3a16bc9a82c37f (patch) | |
tree | 054aa91e44d6fbb612b3d7f142e30511f41c9e77 | |
parent | fa2d8d66b29628e95a8a3aad05e59cbb173f4671 (diff) |
remove customer deletion
-rw-r--r-- | FS/FS/Conf.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index bbd73a3d6..75bba36f8 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -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', }, |