diff options
author | Mark Wells <mark@freeside.biz> | 2012-04-25 16:58:15 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2012-04-25 16:58:15 -0700 |
commit | 51ea2fe73308427bfbcc9e9fb717d573c82880bc (patch) | |
tree | 2744fb10db61971477569f044514c48aad6a273e | |
parent | 62939905ff73736ea366791726e3372f59f274a9 (diff) |
one more event option, #16382
-rw-r--r-- | FS/FS/part_event/Action/cust_bill_send_csv_ftp.pm | 3 |
1 files changed, 2 insertions, 1 deletions
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', |