summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeff <jeff>2007-06-07 00:46:19 +0000
committerjeff <jeff>2007-06-07 00:46:19 +0000
commit2e0716f0177762325a082409ed88a469c95056f3 (patch)
tree183e84977b9c62da03f8915cf5746910111b8fa1
parent32c73194ceb8bacbaffea7a5bd802c293bb979a0 (diff)
cruft removal
-rw-r--r--FS/FS/cust_bill.pm9
1 files changed, 0 insertions, 9 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm
index b44dde63f..da36a85f4 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -2534,15 +2534,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')