[freeside-commits] freeside/httemplate/search cust_pay_batch.cgi, 1.16, 1.17
Mark Wells
mark at wavetail.420.am
Mon Jan 31 12:28:29 PST 2011
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv25890/httemplate/search
Modified Files:
cust_pay_batch.cgi
Log Message:
fixed format option for TD EFT, RT#10545
Index: cust_pay_batch.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_pay_batch.cgi,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -w -d -r1.16 -r1.17
--- cust_pay_batch.cgi 24 Dec 2010 00:40:02 -0000 1.16
+++ cust_pay_batch.cgi 31 Jan 2011 20:28:27 -0000 1.17
@@ -179,7 +179,15 @@
).
'<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
More information about the freeside-commits
mailing list