summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-03-29 17:12:00 -0700
committerMark Wells <mark@freeside.biz>2012-03-29 17:12:00 -0700
commitfadc3d69d6a6bceac54fcb52b456222f28c42645 (patch)
tree6b3b92253c682b24075c03e28f58311c6b3080ce /FS/FS/Conf.pm
parent8f43e32350b7f8a0925959f747f7296b9b42c09e (diff)
one-line CSV format for invoice spool, #16382
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 9c7710b22..1b01aa64a 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -2940,7 +2940,7 @@ and customer address. Include units.',
'section' => 'invoicing',
'description' => 'Enable FTP of raw invoice data - format.',
'type' => 'select',
- 'select_enum' => [ '', 'default', 'billco', ],
+ 'select_enum' => [ '', 'default', 'oneline', 'billco', ],
},
{
@@ -2976,7 +2976,7 @@ and customer address. Include units.',
'section' => 'invoicing',
'description' => 'Enable spooling of raw invoice data - format.',
'type' => 'select',
- 'select_enum' => [ '', 'default', 'billco', ],
+ 'select_enum' => [ '', 'default', 'oneline', 'billco', ],
},
{