From 66906f54d1099dcae84e69240c3a16bc9a82c37f Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 19 Jun 2013 15:28:23 -0700 Subject: [PATCH] remove customer deletion --- FS/FS/Conf.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }, -- 2.11.0