X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_bill.pm;h=8cc39ad50aacba6be4b8a5c507eef9eb4faeb5d8;hp=c404b8b01f7a3d756e8f71dd09fde360470eae4b;hb=8ab105cd64ac310f567d0ef6d4f662069a6adb65;hpb=13a2fbbfbff2e8cc3cfa26a51e8bdbd39d4b0c2e diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index c404b8b01..8cc39ad50 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -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