[freeside-commits] freeside/FS/FS cust_main.pm,1.559,1.560

Mark Wells mark at wavetail.420.am
Mon Oct 11 17:12:04 PDT 2010


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv23157/FS/FS

Modified Files:
	cust_main.pm 
Log Message:
also fix this in the future

Index: cust_main.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main.pm,v
retrieving revision 1.559
retrieving revision 1.560
diff -u -w -d -r1.559 -r1.560
--- cust_main.pm	12 Oct 2010 00:00:17 -0000	1.559
+++ cust_main.pm	12 Oct 2010 00:12:02 -0000	1.560
@@ -1723,6 +1723,7 @@
     } else {
       return "Illegal expiration date: ". $self->paydate;
     }
+    $m = sprintf('%02d',$m);
     $self->paydate("$y-$m-01");
     my($nowm,$nowy)=(localtime(time))[4,5]; $nowm++; $nowy+=1900;
     return gettext('expired_card')



More information about the freeside-commits mailing list