forgot october! closes: Bug#880
authorivan <ivan>
Wed, 30 Jun 2004 14:33:35 +0000 (14:33 +0000)
committerivan <ivan>
Wed, 30 Jun 2004 14:33:35 +0000 (14:33 +0000)
fs_selfservice/FS-SelfService/cgi/make_payment.html
httemplate/misc/payment.cgi

index a0fb5c3..cf6d62e 100644 (file)
@@ -45,7 +45,7 @@
         <TD>Exp.</TD>
         <TD>
           <SELECT NAME="month">
-            <%= for ( ( map "0$_", 1 .. 9 ), 11, 12 ) {
+            <%= for ( ( map "0$_", 1 .. 9 ), 10 .. 12 ) {
                   $OUT .= '<OPTION'. ($_ == $month ? ' SELECTED' : ''). ">$_\n";
             } %>
           </SELECT>
index cea77fe..02c6c54 100644 (file)
@@ -92,7 +92,7 @@ function achclose() {
           <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>