[freeside-commits] freeside/FS/FS Conf.pm,1.187,1.188
Ivan,,,
ivan at wavetail.420.am
Thu Apr 5 17:38:01 PDT 2007
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv24295
Modified Files:
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.187
retrieving revision 1.188
diff -u -d -r1.187 -r1.188
--- Conf.pm 6 Apr 2007 00:34:13 -0000 1.187
+++ Conf.pm 6 Apr 2007 00:37:59 -0000 1.188
@@ -1890,7 +1890,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',
},
@@ -1900,7 +1900,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',
+ ]
},
{
@@ -1917,7 +1919,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