diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-12-12 17:37:12 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-12-12 17:37:12 -0800 |
commit | 2c8e6717e98dae679359aeac61eae3a2c9f74b0b (patch) | |
tree | 43a165e949e531dbdd79868e4c702ba71ea94055 | |
parent | 78c6addcb5adb3fc119eeabb6ac827ba0d498091 (diff) |
added warning to invoice_default_terms concerning changing it after going live, RT#78536
-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 7c2a0f188..82bd2e30d 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1676,7 +1676,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, |