From: Ivan Kohler Date: Thu, 22 Dec 2016 22:01:19 +0000 (-0800) Subject: omit due date option, RT#73002 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=786096939b4d209e03d90de725f3a7310845f280 omit due date option, RT#73002 --- 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.',