summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-12-22 14:01:20 -0800
committerIvan Kohler <ivan@freeside.biz>2016-12-22 14:01:20 -0800
commitea25ca75fd236adcbf5d0f2efa96cd55924d9aa1 (patch)
tree921185f5cdad6d65729a10be5b4bf6c83add9105 /FS/FS/Conf.pm
parent8b6fed6a5c0bc03bb5c733f0bf918d6e816728b1 (diff)
omit due date option, RT#73002
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 9afb8d1..c3e6a30 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -1566,6 +1566,14 @@ and customer address. Include units.',
},
{
+ 'key' => 'invoice_omit_due_date',
+ 'section' => 'invoice_balances',
+ 'description' => 'Omit the "Please pay by (date)" from invoices.',
+ 'type' => 'checkbox',
+ 'per_agent' => 1,
+ },
+
+ {
'key' => 'invoice_sections',
'section' => 'invoicing',
'description' => 'Split invoice into sections and label according to package category when enabled.',