[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 4455deddb63d49cfd386ef9dfb8a87d8e0919d92

Mark Wells mark at 420.am
Wed Apr 25 17:00:01 PDT 2012


The branch, FREESIDE_2_3_BRANCH has been updated
       via  4455deddb63d49cfd386ef9dfb8a87d8e0919d92 (commit)
      from  e2339e0996f7f2a47b8490b0f8ebe3d65a70cb94 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4455deddb63d49cfd386ef9dfb8a87d8e0919d92
Author: Mark Wells <mark at freeside.biz>
Date:   Wed Apr 25 16:58:41 2012 -0700

    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 bf47268..71bbaa8 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',

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/part_event/Action/cust_bill_send_csv_ftp.pm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list