Merge branch 'FREESIDE_2_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESI...
authorIvan Kohler <ivan@freeside.biz>
Wed, 7 Aug 2013 19:07:43 +0000 (12:07 -0700)
committerIvan Kohler <ivan@freeside.biz>
Wed, 7 Aug 2013 19:07:43 +0000 (12:07 -0700)
FS/FS/cust_bill.pm

index c9b03c0..6f41328 100644 (file)
@@ -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];