summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_pay_batch.cgi
diff options
context:
space:
mode:
authormark <mark>2011-01-31 20:28:27 +0000
committermark <mark>2011-01-31 20:28:27 +0000
commit74b0a0190e99064a501f7168b0a00af1d9da380b (patch)
treee77b3e7833cdc14aa77c651fbbeb649fb55c347b /httemplate/search/cust_pay_batch.cgi
parentc5852ca7ec3d75a2c5ff5e0b8310f43bd9d5b2a7 (diff)
fixed format option for TD EFT, RT#10545
Diffstat (limited to 'httemplate/search/cust_pay_batch.cgi')
-rwxr-xr-xhttemplate/search/cust_pay_batch.cgi10
1 files changed, 9 insertions, 1 deletions
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 ) {
).
'<BR></TR>'
;
- if ( $fixed ) {
+ if ( $fixed and $fixed eq 'td_eft1464' ) {
+ # special case, this one has two upload formats
+ $html_init .= qq!<TR>Format !.
+ qq!<SELECT NAME="format">!.
+ qq!<OPTION VALUE="td_eftack264">TD EFT Acknowledgement</OPTION>!.
+ qq!<OPTION VALUE="td_eftret80">TD EFT Returned Items</OPTION>!.
+ qq!</SELECT><BR></TR>!;
+ }
+ elsif ( $fixed ) {
$html_init .= qq!<INPUT TYPE="hidden" NAME="format" VALUE="$fixed">!;
} else {
# should pull this from %import_info