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

index c404b8b..8cc39ad 100644 (file)
@@ -2672,8 +2672,8 @@ 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). ")";
+          $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