[freeside-commits] branch master updated. 998dcad2d8f4b8e22b9a2f042f006b9167b8cdf3
Mark Wells
mark at 420.am
Tue Apr 24 10:06:41 PDT 2012
The branch, master has been updated
via 998dcad2d8f4b8e22b9a2f042f006b9167b8cdf3 (commit)
from 05364e1a107233d35792a76bf6d23d00dd5611cf (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 998dcad2d8f4b8e22b9a2f042f006b9167b8cdf3
Author: Mark Wells <mark at freeside.biz>
Date: Tue Apr 24 10:06:05 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