add Net20 invoice terms, closes: #3219
authorivan <ivan>
Fri, 14 Mar 2008 02:10:10 +0000 (02:10 +0000)
committerivan <ivan>
Fri, 14 Mar 2008 02:10:10 +0000 (02:10 +0000)
FS/FS/Conf.pm

index 3397412..b7edd0d 100644 (file)
@@ -843,7 +843,7 @@ worry that config_items is freeside-specific and icky.
     'section'     => 'billing',
     'description' => 'Optional default invoice term, used to calculate a due date printed on invoices.',
     'type'        => 'select',
     'section'     => 'billing',
     'description' => 'Optional default invoice term, used to calculate a due date printed on invoices.',
     'type'        => 'select',
-    'select_enum' => [ '', 'Payable upon receipt', 'Net 0', 'Net 10', 'Net 15', 'Net 30', 'Net 45', 'Net 60' ],
+    'select_enum' => [ '', 'Payable upon receipt', 'Net 0', 'Net 10', 'Net 15', 'Net 20', 'Net 30', 'Net 45', 'Net 60' ],
   },
 
   { 
   },
 
   {