From: Ivan Kohler Date: Wed, 19 Jun 2013 22:28:23 +0000 (-0700) Subject: remove customer deletion X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=66906f54d1099dcae84e69240c3a16bc9a82c37f remove customer 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', },