[freeside-commits] branch FREESIDE_4_BRANCH updated. eb95e404a35f9f1b7125e67d1e539ada860fcdf0
Ivan Kohler
ivan at freeside.biz
Tue Dec 12 17:37:10 PST 2017
The branch, FREESIDE_4_BRANCH has been updated
via eb95e404a35f9f1b7125e67d1e539ada860fcdf0 (commit)
from 673c2e5a9e8dd439d6523ef3200c2f5fdf7924f3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit eb95e404a35f9f1b7125e67d1e539ada860fcdf0
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Dec 12 17:37:07 2017 -0800
added warning to invoice_default_terms concerning changing it after going live, RT#78536
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index ba0ae8332..470d99ed0 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,
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Conf.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list