restore line item date ranges
authorjeff <jeff>
Thu, 10 Jul 2008 03:16:48 +0000 (03:16 +0000)
committerjeff <jeff>
Thu, 10 Jul 2008 03:16:48 +0000 (03:16 +0000)
FS/FS/cust_bill.pm

index c29bb42..7049da6 100644 (file)
@@ -2537,8 +2537,9 @@ sub _items_cust_bill_pkg {
 
         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