[freeside-commits] freeside/FS/FS cust_bill.pm, 1.163.2.34, 1.163.2.35

Jeff Finucane,420,, jeff at wavetail.420.am
Wed Jul 9 20:16:51 PDT 2008


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

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	cust_bill.pm 
Log Message:
restore line item date ranges

Index: cust_bill.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill.pm,v
retrieving revision 1.163.2.34
retrieving revision 1.163.2.35
diff -u -d -r1.163.2.34 -r1.163.2.35
--- cust_bill.pm	23 Jun 2008 15:36:24 -0000	1.163.2.34
+++ cust_bill.pm	10 Jul 2008 03:16:48 -0000	1.163.2.35
@@ -2537,8 +2537,9 @@
 
         my $description = $desc;
         unless ( $conf->exists('disable_line_item_date_ranges') ) {
-          $desc .= " (" . time2str("%x", $cust_bill_pkg->sdate).
-                   " - ". time2str("%x", $cust_bill_pkg->edate). ")";
+          warn "improving description";
+          $description .= " (" . time2str("%x", $cust_bill_pkg->sdate).
+                          " - ". time2str("%x", $cust_bill_pkg->edate). ")";
         }
 
         #at least until cust_bill_pkg has "past" ranges in addition to



More information about the freeside-commits mailing list