cruft removal
authorjeff <jeff>
Thu, 7 Jun 2007 00:46:19 +0000 (00:46 +0000)
committerjeff <jeff>
Thu, 7 Jun 2007 00:46:19 +0000 (00:46 +0000)
FS/FS/cust_bill.pm

index b44dde6..da36a85 100644 (file)
@@ -2534,15 +2534,6 @@ sub _items_cust_bill_pkg {
       }
 
       if ( $cust_bill_pkg->recur != 0 ) {
       }
 
       if ( $cust_bill_pkg->recur != 0 ) {
-        push @buf, [
-          $desc .
-            ( $conf->exists('disable_line_item_date_ranges')
-              ? ''
-              : " (" . time2str("%x", $cust_bill_pkg->sdate) . " - " .
-                       time2str("%x", $cust_bill_pkg->edate) . ")"
-            ),
-          $money_char. sprintf("%10.2f", $cust_bill_pkg->recur)
-        ];
         push @b, {
           description     => $desc .
                              ( $conf->exists('disable_line_item_date_ranges')
         push @b, {
           description     => $desc .
                              ( $conf->exists('disable_line_item_date_ranges')