summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-08-07 12:06:28 -0700
committerIvan Kohler <ivan@freeside.biz>2013-08-07 12:06:28 -0700
commit5801680c99f98d90011be15e36e1fb70696bee34 (patch)
treebc2208cf095b9a7b9690a6d43c37ba56890dbb5e /FS
parent79be33a1c66fd9ba7d2da685b3a487fff172c252 (diff)
fix historical services showing up on invoices, RT#24405
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/cust_bill.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm
index c9b03c081..6f4132833 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -5145,7 +5145,7 @@ sub _items_cust_bill_pkg {
if $DEBUG > 1;
my @svc_labels = map &{$escape_function}($_),
- $cust_pkg->h_labels_short($self->_date, undef, 'I');
+ $cust_pkg->h_labels_short(@dates, 'I');
push @d, @svc_labels
unless $cust_bill_pkg->pkgpart_override; #don't redisplay services
$svc_label = $svc_labels[0];