[freeside-commits] freeside/FS/FS cust_bill.pm,1.215,1.216

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


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

Modified Files:
	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.215
retrieving revision 1.216
diff -u -d -r1.215 -r1.216
--- cust_bill.pm	25 Jun 2008 20:11:11 -0000	1.215
+++ cust_bill.pm	10 Jul 2008 03:18:37 -0000	1.216
@@ -2672,8 +2672,8 @@
 
         my $description = $desc;
         unless ( $conf->exists('disable_line_item_date_ranges') ) {
-          $desc .= " (" . time2str("%x", $cust_bill_pkg->sdate).
-                   " - ". time2str("%x", $cust_bill_pkg->edate). ")";
+          $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