From: Ivan Kohler Date: Thu, 22 Dec 2016 22:02:57 +0000 (-0800) Subject: omit due date option, RT#73002 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=36b5fc9c511af4fdf1f09530129352b3d7f2685e omit due date option, RT#73002 --- diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index dd0d62164..8009b6592 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1681,7 +1681,7 @@ and customer address. Include units.', { 'key' => 'invoice_omit_due_date', - 'section' => 'invoice_balances', + 'section' => 'invoicing', 'description' => 'Omit the "Please pay by (date)" from invoices.', 'type' => 'checkbox', 'per_agent' => 1,