From: Mark Wells Date: Wed, 25 Apr 2012 23:58:41 +0000 (-0700) Subject: one more event option, #16382 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=4455deddb63d49cfd386ef9dfb8a87d8e0919d92;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',