summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-12-22 14:01:22 -0800
committerIvan Kohler <ivan@freeside.biz>2016-12-22 14:01:22 -0800
commit02f201b799d08f21ecd665536020ce8a3f937ba3 (patch)
treec1b657b983264e953a0e1aaccd11b94aea442252
parent2b8cc0f23f764bd53994ca3763b9c61756c96766 (diff)
omit due date option, RT#73002
-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 adf8b52b4..dd0d62164 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -1680,6 +1680,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.',