From: Ivan Kohler Date: Thu, 22 Dec 2016 22:01:20 +0000 (-0800) Subject: omit due date option, RT#73002 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=ea25ca75fd236adcbf5d0f2efa96cd55924d9aa1;p=freeside.git omit due date option, RT#73002 --- diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 9afb8d103..c3e6a30c7 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1565,6 +1565,14 @@ and customer address. Include units.', 'type' => 'checkbox', }, + { + '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',