freeside/httemplate/misc payment.cgi,1.3,1.4

ivan ivan at pouncequick.420.am
Wed Jun 30 07:33:38 PDT 2004


Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory pouncequick:/tmp/cvs-serv31477/httemplate/misc

Modified Files:
	payment.cgi 
Log Message:
forgot october!  closes: Bug#880

Index: payment.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/payment.cgi,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- payment.cgi	25 Jun 2004 17:57:02 -0000	1.3
+++ payment.cgi	30 Jun 2004 14:33:35 -0000	1.4
@@ -92,7 +92,7 @@
           <TD>Exp.</TD>
           <TD>
             <SELECT NAME="month">
-              <% for ( ( map "0$_", 1 .. 9 ), 11, 12 ) { %>
+              <% for ( ( map "0$_", 1 .. 9 ), 10 .. 12 ) { %>
                 <OPTION<%= $_ == $month ? ' SELECTED' : '' %>><%= $_ %>
               <% } %>
             </SELECT>




More information about the freeside-commits mailing list