forgot october! closes: Bug#880
[freeside.git] / httemplate / misc / payment.cgi
index cea77fe..02c6c54 100644 (file)
@@ -92,7 +92,7 @@ function achclose() {
           <TD>Exp.</TD>
           <TD>
             <SELECT NAME="month">
           <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>
                 <OPTION<%= $_ == $month ? ' SELECTED' : '' %>><%= $_ %>
               <% } %>
             </SELECT>