[freeside-commits] freeside/FS/FS cust_main.pm,1.368,1.369

Ivan,,, ivan at wavetail.420.am
Thu Sep 11 17:41:16 PDT 2008


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

Modified Files:
	cust_main.pm 
Log Message:
correct a (fortunately harmless) typo

Index: cust_main.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main.pm,v
retrieving revision 1.368
retrieving revision 1.369
diff -u -d -r1.368 -r1.369
--- cust_main.pm	10 Sep 2008 07:25:14 -0000	1.368
+++ cust_main.pm	12 Sep 2008 00:41:09 -0000	1.369
@@ -2461,7 +2461,7 @@
 
       if ( $part_pkg->option('recur_temporality') eq 'preceding' ) {
         $cust_bill_pkg->sdate( $hash{last_bill} );
-        $cust_bill_pkg->edate( $sdate - 86399   );2#60s*60m*24h-1
+        $cust_bill_pkg->edate( $sdate - 86399   ); #60s*60m*24h-1
       } else { #if ( $part_pkg->option('recur_temporality') eq 'upcoming' ) {
         $cust_bill_pkg->sdate( $sdate );
         $cust_bill_pkg->edate( $cust_pkg->bill );



More information about the freeside-commits mailing list