added warning to invoice_default_terms concerning changing it after going live, RT...
authorIvan Kohler <ivan@freeside.biz>
Wed, 13 Dec 2017 01:37:12 +0000 (17:37 -0800)
committerIvan Kohler <ivan@freeside.biz>
Wed, 13 Dec 2017 01:37:12 +0000 (17:37 -0800)
FS/FS/Conf.pm

index 7c2a0f1..82bd2e3 100644 (file)
@@ -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,