[freeside-commits] freeside/httemplate/misc payment.cgi,1.32,1.33
Ivan,,,
ivan at wavetail.420.am
Mon Oct 17 13:56:16 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv14792/httemplate/misc
Modified Files:
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.32
retrieving revision 1.33
diff -u -w -d -r1.32 -r1.33
--- payment.cgi 6 Aug 2011 00:50:48 -0000 1.32
+++ payment.cgi 17 Oct 2011 20:56:14 -0000 1.33
@@ -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