summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-04-25 16:58:41 -0700
committerMark Wells <mark@freeside.biz>2012-04-25 16:58:41 -0700
commit4455deddb63d49cfd386ef9dfb8a87d8e0919d92 (patch)
tree19ff5fec9b75ff32f69cfa7e61b59827f0b7965d
parente2339e0996f7f2a47b8490b0f8ebe3d65a70cb94 (diff)
one more event option, #16382
-rw-r--r--FS/FS/part_event/Action/cust_bill_send_csv_ftp.pm3
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',