summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-04-24 10:06:05 -0700
committerMark Wells <mark@freeside.biz>2012-04-24 10:06:05 -0700
commit998dcad2d8f4b8e22b9a2f042f006b9167b8cdf3 (patch)
tree056ce1780419755ca204c54ba07d03ad50fcb775
parent05364e1a107233d35792a76bf6d23d00dd5611cf (diff)
event option, #16382
-rw-r--r--FS/FS/part_event/Action/cust_bill_spool_csv.pm3
1 files changed, 2 insertions, 1 deletions
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 11ecbc555..1504a4fa9 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 =>