[freeside-commits] freeside/FS/FS Conf.pm,1.180.2.1,1.180.2.2
Ivan,,,
ivan at wavetail.420.am
Thu Apr 5 17:38:28 PDT 2007
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv24332
Modified Files:
Tag: FREESIDE_1_7_BRANCH
Conf.pm
Log Message:
slight update for batch-enable description & add ach-spiritone format to batch-default and batch-fixed_format-CHEK config items
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.180.2.1
retrieving revision 1.180.2.2
diff -u -d -r1.180.2.1 -r1.180.2.2
--- Conf.pm 7 Mar 2007 19:49:15 -0000 1.180.2.1
+++ Conf.pm 6 Apr 2007 00:38:26 -0000 1.180.2.2
@@ -1893,7 +1893,7 @@
{
'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 @@
'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 @@
'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',
+ ]
},
{
More information about the freeside-commits
mailing list