summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-12-12 17:37:07 -0800
committerIvan Kohler <ivan@freeside.biz>2017-12-12 17:37:07 -0800
commiteb95e404a35f9f1b7125e67d1e539ada860fcdf0 (patch)
tree6ee43f8c8721ac12720bf2726c4a0c4dc3136dbf /FS/FS/Conf.pm
parent673c2e5a9e8dd439d6523ef3200c2f5fdf7924f3 (diff)
added warning to invoice_default_terms concerning changing it after going live, RT#78536
Diffstat (limited to 'FS/FS/Conf.pm')
-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 ba0ae83..470d99e 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -1561,7 +1561,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,