From 998dcad2d8f4b8e22b9a2f042f006b9167b8cdf3 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 24 Apr 2012 10:06:05 -0700 Subject: [PATCH] event option, #16382 --- FS/FS/part_event/Action/cust_bill_spool_csv.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 => -- 2.11.0