From: jeff Date: Thu, 7 Jun 2007 00:45:19 +0000 (+0000) Subject: cruft removal X-Git-Tag: freeside_1_7_3rc1~431 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=fec500b5e822d8a7bf1036c6e5cbe7c64654743f;p=freeside.git cruft removal --- diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index 18771de81..306cdbceb 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -2492,15 +2492,6 @@ sub _items_cust_bill_pkg { } 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')