diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-12-22 14:02:57 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-12-22 14:02:57 -0800 |
commit | 36b5fc9c511af4fdf1f09530129352b3d7f2685e (patch) | |
tree | f1626f9b259c9aca090f665ade768a044d3733a4 | |
parent | 325cf93ded5af225b3ec4a2fc896a456db86109c (diff) |
omit due date option, RT#73002
-rw-r--r-- | FS/FS/Conf.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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, |