projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05364e1
)
event option, #16382
author
Mark Wells
<mark@freeside.biz>
Tue, 24 Apr 2012 17:06:05 +0000
(10:06 -0700)
committer
Mark Wells
<mark@freeside.biz>
Tue, 24 Apr 2012 17:06:05 +0000
(10:06 -0700)
FS/FS/part_event/Action/cust_bill_spool_csv.pm
patch
|
blob
|
history
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
(file)
--- 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 =>