[freeside-commits] freeside/httemplate/misc payment.cgi, 1.31.2.1, 1.31.2.2

Ivan,,, ivan at wavetail.420.am
Mon Oct 17 13:56:15 PDT 2011


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

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	payment.cgi 
Log Message:
remove echeck-no_routing, never should have been there in the first place

Index: payment.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/payment.cgi,v
retrieving revision 1.31.2.1
retrieving revision 1.31.2.2
diff -u -w -d -r1.31.2.1 -r1.31.2.2
--- payment.cgi	6 Aug 2011 00:50:58 -0000	1.31.2.1
+++ payment.cgi	17 Oct 2011 20:56:13 -0000	1.31.2.2
@@ -154,9 +154,6 @@
       <TD ALIGN="right"><% mt('Type') |h %></TD>
       <TD><SELECT NAME="paytype"><% join('', map { qq!<OPTION VALUE="$_" !.($paytype eq $_ ? 'SELECTED' : '').">$_</OPTION>" } @FS::cust_main::paytypes) %></SELECT></TD>
     </TR>
-%   if ( $conf->exists('echeck-no_routing') ) {
-      <INPUT TYPE="text" NAME="payinfo2" VALUE="<%$payinfo2%>">
-%   } else {
       <TR>
         <TD ALIGN="right"><% mt('ABA/Routing number') |h %></TD>
         <TD>
@@ -164,7 +161,6 @@
           (<A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('../docs/ach.html', 380, 240, 'ach_popup' ), CAPTION, 'ACH Help', STICKY, AUTOSTATUSCAP, CLOSECLICK, DRAGGABLE ); return false;"><% mt('help') |h %></A>)
         </TD>
       </TR>
-%   }
     <TR>
       <TD ALIGN="right"><% mt('Bank name') |h %></TD>
       <TD><INPUT TYPE="text" NAME="payname" VALUE="<%$payname%>"></TD>



More information about the freeside-commits mailing list