From: Mark Wells Date: Wed, 25 Apr 2012 23:58:15 +0000 (-0700) Subject: one more event option, #16382 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=51ea2fe73308427bfbcc9e9fb717d573c82880bc;hp=62939905ff73736ea366791726e3372f59f274a9;p=freeside.git one more event option, #16382 --- diff --git a/FS/FS/part_event/Action/cust_bill_send_csv_ftp.pm b/FS/FS/part_event/Action/cust_bill_send_csv_ftp.pm index bf472683f..71bbaa89b 100644 --- a/FS/FS/part_event/Action/cust_bill_send_csv_ftp.pm +++ b/FS/FS/part_event/Action/cust_bill_send_csv_ftp.pm @@ -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',