diff options
| author | Mark Wells <mark@freeside.biz> | 2012-04-25 16:58:41 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2012-04-25 16:58:41 -0700 |
| commit | 4455deddb63d49cfd386ef9dfb8a87d8e0919d92 (patch) | |
| tree | 19ff5fec9b75ff32f69cfa7e61b59827f0b7965d | |
| parent | e2339e0996f7f2a47b8490b0f8ebe3d65a70cb94 (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', |
