diff options
| author | Mitch Jackson <mitch@freeside.biz> | 2018-05-19 20:05:15 +0000 |
|---|---|---|
| committer | Mitch Jackson <mitch@freeside.biz> | 2018-05-19 21:34:25 +0000 |
| commit | 63c66b013cbb8429b4f0f3796dd8ea5fe221a2c1 (patch) | |
| tree | 664c7e712ce7022403189d856e9cb94c64354927 /FS/FS/Template_Mixin.pm | |
| parent | a1b5ab1539ec4fd31154975f5066adbea978826c (diff) | |
RT# 78190 Fix taxes on fees for sectioned invoices
Fix taxes charged on a billing-event fee, such as a late fee,
displayed incorrectly on some sectioned invoices
Diffstat (limited to 'FS/FS/Template_Mixin.pm')
| -rw-r--r-- | FS/FS/Template_Mixin.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/Template_Mixin.pm b/FS/FS/Template_Mixin.pm index 0d8687846..ebdcd6d46 100644 --- a/FS/FS/Template_Mixin.pm +++ b/FS/FS/Template_Mixin.pm @@ -3184,6 +3184,7 @@ sub _items_fee { push @items, { feepart => $cust_bill_pkg->feepart, + billpkgnum => $cust_bill_pkg->billpkgnum, amount => sprintf('%.2f', $cust_bill_pkg->setup + $cust_bill_pkg->recur), description => $desc, pkg_tax => \@pkg_tax, |
