diff options
| author | Mark Wells <mark@freeside.biz> | 2012-04-24 10:06:30 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2012-04-24 10:06:30 -0700 |
| commit | 2e89af1f91d1bd679f392e5c02c5bd9c31706a14 (patch) | |
| tree | 152b8f8e157ac985f69f43c2a6f6ab62a86c6c03 | |
| parent | d261f543458b070d7f60703cc1382980a3064c7a (diff) | |
event option, #16382
| -rw-r--r-- | FS/FS/part_event/Action/cust_bill_spool_csv.pm | 3 |
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 => |
