X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_bill_pkg.pm;h=8233ce0d6f7ddbae7e5ed425501edb9698a84502;hp=a5c4410084a176f9cb94e21d521ae9fbbe6e5e62;hb=75918c60e09cd556e753fc7be18bba97e360eef9;hpb=0a847ef34e29f867dea12cd0bc59d39eb38cdda1 diff --git a/FS/FS/cust_bill_pkg.pm b/FS/FS/cust_bill_pkg.pm index a5c441008..8233ce0d6 100644 --- a/FS/FS/cust_bill_pkg.pm +++ b/FS/FS/cust_bill_pkg.pm @@ -834,6 +834,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) {