From 74b0a0190e99064a501f7168b0a00af1d9da380b Mon Sep 17 00:00:00 2001 From: mark Date: Mon, 31 Jan 2011 20:28:27 +0000 Subject: fixed format option for TD EFT, RT#10545 --- httemplate/search/cust_pay_batch.cgi | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'httemplate/search/cust_pay_batch.cgi') diff --git a/httemplate/search/cust_pay_batch.cgi b/httemplate/search/cust_pay_batch.cgi index cb101d4..6d628d3 100755 --- a/httemplate/search/cust_pay_batch.cgi +++ b/httemplate/search/cust_pay_batch.cgi @@ -179,7 +179,15 @@ if ( $pay_batch ) { ). '
' ; - if ( $fixed ) { + if ( $fixed and $fixed eq 'td_eft1464' ) { + # special case, this one has two upload formats + $html_init .= qq!Format !. + qq!
!; + } + elsif ( $fixed ) { $html_init .= qq!!; } else { # should pull this from %import_info -- cgit v1.1