From: Mark Wells Date: Fri, 5 Jun 2015 01:42:58 +0000 (-0700) Subject: provide pkgpart in _item_discount for template use, #35103 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=f94f089ecfc6094c90b4ae31ee83777fe53d403d provide pkgpart in _item_discount for template use, #35103 --- diff --git a/FS/FS/cust_bill_pkg.pm b/FS/FS/cust_bill_pkg.pm index 70c7adc7a..4448da62e 100644 --- a/FS/FS/cust_bill_pkg.pm +++ b/FS/FS/cust_bill_pkg.pm @@ -837,6 +837,8 @@ sub _item_discount { description => $self->mt('Discount'), amount => 0, ext_description => \@ext, + pkgpart => $self->pkgpart, + feepart => $self->feepart, # maybe should show quantity/unit discount? }; foreach my $pkg_discount (@pkg_discounts) {