diff options
author | ivan <ivan> | 2007-04-06 00:38:26 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-04-06 00:38:26 +0000 |
commit | 393e423d6fef10ed5c3770d7c68c30d951ec54f6 (patch) | |
tree | bc2b24aa8f376fc9bf3d6e13c704b9864b6913a3 | |
parent | 94e2fd1a6daec7394f99108edc69ba0267bff565 (diff) |
slight update for batch-enable description & add ach-spiritone format to batch-default and batch-fixed_format-CHEK config items
-rw-r--r-- | FS/FS/Conf.pm | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 1c552a4bd..ae5b69e7f 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1893,7 +1893,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', }, @@ -1903,7 +1903,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', + ] }, { @@ -1920,7 +1922,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', + ] }, { |