X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=8009b6592607fab512f251e24891e19fea7d75f8;hb=36b5fc9c511af4fdf1f09530129352b3d7f2685e;hp=adf8b52b4aed145b79258aae09df78c5c27a42f9;hpb=20bd8dedc6e03c63fdd6e8e0ef884d72c427e40e;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index adf8b52b4..8009b6592 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1680,6 +1680,14 @@ and customer address. Include units.', }, { + 'key' => 'invoice_omit_due_date', + 'section' => 'invoicing', + '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.',