summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2007-04-06 00:37:59 +0000
committerivan <ivan>2007-04-06 00:37:59 +0000
commit24cd385ebf1ab6e91d02d715475d37f8c4011eac (patch)
treeac8f3a59b3a3710ea63faeb502c4987496296ad6 /FS
parent9a94590a6858c3580f2bbef9fe5781801e996921 (diff)
slight update for batch-enable description & add ach-spiritone format to batch-default and batch-fixed_format-CHEK config items
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm10
1 files changed, 7 insertions, 3 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 1addd6cdc..21af2b4cf 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -1890,7 +1890,7 @@ httemplate/docs/config.html
{
'key' => 'batch-enable',
'section' => 'billing',
- 'description' => 'Enable credit card batching - leave disabled for real-time installations.',
+ 'description' => 'Enable credit card and/or ACH batching - leave disabled for real-time installations.',
'type' => 'checkbox',
},
@@ -1900,7 +1900,9 @@ httemplate/docs/config.html
'description' => 'Default format for batches.',
'type' => 'select',
'select_enum' => [ 'csv-td_canada_trust-merchant_pc_batch',
- 'csv-chase_canada-E-xactBatch', 'BoM', 'PAP' ]
+ 'csv-chase_canada-E-xactBatch', 'BoM', 'PAP',
+ 'ach-spiritone',
+ ]
},
{
@@ -1917,7 +1919,9 @@ httemplate/docs/config.html
'section' => 'billing',
'description' => 'Fixed (unchangeable) format for electronic check batches.',
'type' => 'select',
- 'select_enum' => [ 'csv-td_canada_trust-merchant_pc_batch', 'BoM', 'PAP' ]
+ 'select_enum' => [ 'csv-td_canada_trust-merchant_pc_batch', 'BoM', 'PAP',
+ 'ach-spiritone',
+ ]
},
{