From 2d54c6f57754b233f5ba7f19b34a26285ebab08e Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 7 Aug 2013 12:05:56 -0700 Subject: [PATCH] fix historical services showing up on invoices, RT#24405 --- FS/FS/Template_Mixin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/Template_Mixin.pm b/FS/FS/Template_Mixin.pm index dd0801ca2..dc3b93dd7 100644 --- a/FS/FS/Template_Mixin.pm +++ b/FS/FS/Template_Mixin.pm @@ -2601,7 +2601,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]; -- 2.11.0