X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_bill.pm;h=5a5aecbf3b317c2efe323db7847555e718162d7d;hp=335c4b6a728ce1165a9ef00eaa106a2bf85ef0be;hb=90393980e5f2859ee1e186fa461f48f5129e803e;hpb=d2a32094223b562d222c957837a1f34f09aef351 diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index 335c4b6a7..5a5aecbf3 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -4102,7 +4102,7 @@ sub _items_cust_bill_pkg { { push @d, map &{$escape_function}($_), - $cust_pkg->h_labels_short($self->_date) + $cust_pkg->h_labels_short($self->_date, undef, 'I') unless $cust_bill_pkg->pkgpart_override; #don't redisplay services if ( $multilocation ) { @@ -4156,6 +4156,7 @@ sub _items_cust_bill_pkg { my @dates = ( $self->_date ); my $prev = $cust_bill_pkg->previous_cust_bill_pkg; push @dates, $prev->sdate if $prev; + push @dates, undef if !$prev; unless ( $cust_pkg->part_pkg->hide_svc_detail || $cust_bill_pkg->itemdesc @@ -4164,7 +4165,7 @@ sub _items_cust_bill_pkg { { push @d, map &{$escape_function}($_), - $cust_pkg->h_labels_short(@dates) + $cust_pkg->h_labels_short(@dates, 'I') #$cust_bill_pkg->edate, #$cust_bill_pkg->sdate) unless $cust_bill_pkg->pkgpart_override; #don't redisplay services