From 52a2815f531fe8bacdaf8292e6888f6550c3afed Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 12 Dec 2017 17:37:04 -0800 Subject: [PATCH] added warning to invoice_default_terms concerning changing it after going live, RT#78536 --- 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 ed72354dd..59f9b69fc 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1546,7 +1546,7 @@ and customer address. Include units.', { 'key' => 'invoice_default_terms', 'section' => 'invoicing', - 'description' => 'Optional default invoice term, used to calculate a due date printed on invoices.', + 'description' => 'Optional default invoice term, used to calculate a due date printed on invoices. WARNING: If you do not want to change the terms on existing invoices, do not change this after going live.', 'type' => 'select', 'per_agent' => 1, 'select_enum' => \@invoice_terms, -- 2.11.0