omit due date option, RT#73002
authorIvan Kohler <ivan@freeside.biz>
Thu, 22 Dec 2016 22:01:20 +0000 (14:01 -0800)
committerIvan Kohler <ivan@freeside.biz>
Thu, 22 Dec 2016 22:01:20 +0000 (14:01 -0800)
FS/FS/Conf.pm

index 9afb8d1..c3e6a30 100644 (file)
@@ -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',