one more event option, #16382
authorMark Wells <mark@freeside.biz>
Wed, 25 Apr 2012 23:58:15 +0000 (16:58 -0700)
committerMark Wells <mark@freeside.biz>
Wed, 25 Apr 2012 23:58:15 +0000 (16:58 -0700)
FS/FS/part_event/Action/cust_bill_send_csv_ftp.pm

index bf47268..71bbaa8 100644 (file)
@@ -15,9 +15,10 @@ sub option_fields {
   (
     'ftpformat'   => { label   => 'Format',
                        type    =>'select',
-                       options => ['default', 'billco'],
+                       options => ['default', 'billco', 'oneline'],
                        option_labels => { 'default' => 'Default',
                                           'billco'  => 'Billco',
+                                          'oneline' => 'One line',
                                         },
                      },
     'ftpserver'   => 'FTP server',