[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 2e89af1f91d1bd679f392e5c02c5bd9c31706a14

Mark Wells mark at 420.am
Tue Apr 24 10:06:33 PDT 2012


The branch, FREESIDE_2_3_BRANCH has been updated
       via  2e89af1f91d1bd679f392e5c02c5bd9c31706a14 (commit)
      from  d261f543458b070d7f60703cc1382980a3064c7a (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 2e89af1f91d1bd679f392e5c02c5bd9c31706a14
Author: Mark Wells <mark at freeside.biz>
Date:   Tue Apr 24 10:06:30 2012 -0700

    event option, #16382

diff --git a/FS/FS/part_event/Action/cust_bill_spool_csv.pm b/FS/FS/part_event/Action/cust_bill_spool_csv.pm
index 11ecbc5..1504a4f 100644
--- a/FS/FS/part_event/Action/cust_bill_spool_csv.pm
+++ b/FS/FS/part_event/Action/cust_bill_spool_csv.pm
@@ -15,9 +15,10 @@ sub option_fields {
   (
     'spoolformat'       => { label   => 'Format',
                              type    => 'select',
-                             options => ['default', 'billco'],
+                             options => ['default', 'billco', 'oneline'],
                              option_labels => { 'default' => 'Default',
                                                 'billco'  => 'Billco',
+                                                'oneline' => 'One line',
                                               },
                            },
     'spoolbalanceover'  => { label =>

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

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




More information about the freeside-commits mailing list