[freeside-commits] freeside/FS/FS cust_main.pm, 1.271.2.56, 1.271.2.57

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


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

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	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.271.2.56
retrieving revision 1.271.2.57
diff -u -d -r1.271.2.56 -r1.271.2.57
--- cust_main.pm	10 Sep 2008 07:24:57 -0000	1.271.2.56
+++ cust_main.pm	12 Sep 2008 00:41:25 -0000	1.271.2.57
@@ -2106,7 +2106,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