From 02f201b799d08f21ecd665536020ce8a3f937ba3 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 22 Dec 2016 14:01:22 -0800 Subject: [PATCH] omit due date option, RT#73002 --- FS/FS/Conf.pm | 8 ++++++++ 1 file changed, 8 insertions(+) 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 @@ -1679,6 +1679,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', -- 2.20.1