X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_bill.pm;h=b3dd48a6983622d95c20bf694ba61fef4d0573aa;hp=335c4b6a728ce1165a9ef00eaa106a2bf85ef0be;hb=ff92fba056c2b61753d464c84ecede6ec2f57258;hpb=5188e8406a1fa2bee63ea81090ffefe3d4bf1b89 diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index 335c4b6a7..b3dd48a69 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 ) { @@ -4164,7 +4164,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