fix for data in latest cch update, RT#26740
[freeside.git] / httemplate / search / elements / cust_pay_batch_top.html
index 96ed428..4332b39 100644 (file)
@@ -96,6 +96,7 @@ my $fixed = $conf->config("batch-fixed_format-$payby");
 
 tie my %download_formats, 'Tie::IxHash', (
 '' => 'Default batch mode',
+'NACHA' => '94 byte NACHA',
 'csv-td_canada_trust-merchant_pc_batch' => 
               'CSV file for TD Canada Trust Merchant PC Batch',
 'csv-chase_canada-E-xactBatch' =>
@@ -106,6 +107,7 @@ tie my %download_formats, 'Tie::IxHash', (
 'paymentech' => 'XML file for Chase Paymentech',
 'RBC' => 'Royal Bank of Canada PDS batch',
 'td_eft1464' => '1464 byte file for TD Commercial Banking EFT',
+'eft_canada' => 'EFT Canada CSV batch',
 # insert new batch formats here
 );