diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-12-22 14:01:19 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-12-22 14:01:19 -0800 |
commit | 786096939b4d209e03d90de725f3a7310845f280 (patch) | |
tree | b8dfe55460e2ed4f25d531888646c6a50bb6d658 /FS | |
parent | a928f8174e08b484b654376b131d72f56db7f764 (diff) |
omit due date option, RT#73002
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index d333e4ee8..dad12aabb 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1543,6 +1543,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.', |