summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-12-12 17:37:04 -0800
committerIvan Kohler <ivan@freeside.biz>2017-12-12 17:37:04 -0800
commit52a2815f531fe8bacdaf8292e6888f6550c3afed (patch)
tree277721dd3840455b7bdb7d1f73d9b60112f78bb6
parentb59fecfb2500384caeb605d5afc59334325b1ce4 (diff)
added warning to invoice_default_terms concerning changing it after going live, RT#78536
-rw-r--r--FS/FS/Conf.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index ed72354..59f9b69 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,