[freeside-commits] freeside/httemplate/search cust_pay_batch.cgi, 1.14.4.2, 1.14.4.3

Mark Wells mark at wavetail.420.am
Mon Jan 31 12:28:41 PST 2011


Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv25942/httemplate/search

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	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.14.4.2
retrieving revision 1.14.4.3
diff -u -w -d -r1.14.4.2 -r1.14.4.3
--- cust_pay_batch.cgi	24 Dec 2010 00:41:25 -0000	1.14.4.2
+++ cust_pay_batch.cgi	31 Jan 2011 20:28:39 -0000	1.14.4.3
@@ -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