freeside/fs_selfservice/FS-SelfService/cgi make_payment.html,1.9,1.10
ivan
ivan at pouncequick.420.am
Wed Jun 30 07:33:38 PDT 2004
- Previous message: freeside/httemplate/misc payment.cgi,1.3,1.4
- Next message: freeside/FS/FS Conf.pm,1.100,1.101 cust_credit_bill.pm,1.12,1.13 cust_bill_pay.pm,1.15,1.16 cust_pay_refund.pm,1.1,1.2 cust_pay.pm,1.28,1.29
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi
In directory pouncequick:/tmp/cvs-serv31477/fs_selfservice/FS-SelfService/cgi
Modified Files:
make_payment.html
Log Message:
forgot october! closes: Bug#880
Index: make_payment.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/make_payment.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- make_payment.html 25 Jun 2004 17:57:02 -0000 1.9
+++ make_payment.html 30 Jun 2004 14:33:35 -0000 1.10
@@ -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>
- Previous message: freeside/httemplate/misc payment.cgi,1.3,1.4
- Next message: freeside/FS/FS Conf.pm,1.100,1.101 cust_credit_bill.pm,1.12,1.13 cust_bill_pay.pm,1.15,1.16 cust_pay_refund.pm,1.1,1.2 cust_pay.pm,1.28,1.29
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list