diff options
author | mark <mark> | 2011-07-22 19:07:43 +0000 |
---|---|---|
committer | mark <mark> | 2011-07-22 19:07:43 +0000 |
commit | db4d8679af26c301cb66f3f3da7f7cd7a3ae4854 (patch) | |
tree | 77806e63e63f18fe099b255aab12edd0feb69f41 /httemplate/search/elements/cust_pay_batch_top.html | |
parent | c405e80203f323a83b447d6fc899dbba32d52f2a (diff) |
EFT Canada batch format and scripts, #13628
Diffstat (limited to 'httemplate/search/elements/cust_pay_batch_top.html')
-rw-r--r-- | httemplate/search/elements/cust_pay_batch_top.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/search/elements/cust_pay_batch_top.html b/httemplate/search/elements/cust_pay_batch_top.html index 96ed428b0..ce0ee9ed4 100644 --- a/httemplate/search/elements/cust_pay_batch_top.html +++ b/httemplate/search/elements/cust_pay_batch_top.html @@ -106,6 +106,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 ); |