[freeside-commits] branch master updated. 51ea2fe73308427bfbcc9e9fb717d573c82880bc

Mark Wells mark at 420.am
Wed Apr 25 16:58:26 PDT 2012


The branch, master has been updated
       via  51ea2fe73308427bfbcc9e9fb717d573c82880bc (commit)
      from  62939905ff73736ea366791726e3372f59f274a9 (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 51ea2fe73308427bfbcc9e9fb717d573c82880bc
Author: Mark Wells <mark at freeside.biz>
Date:   Wed Apr 25 16:58:15 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