summaryrefslogtreecommitdiff
path: root/FS/FS/cust_main_county.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-01-07 17:14:32 -0800
committerMark Wells <mark@freeside.biz>2013-01-07 17:14:32 -0800
commit2be0687ad93376100101bb270d7ff838b91a869a (patch)
tree03106f3ba600a3b5cd3990e4374ab5fb17333e3e /FS/FS/cust_main_county.pm
parenteb70a0b5a299e8e77e64cd10ee515270fbe14044 (diff)
application of line item credits, #20629
Diffstat (limited to 'FS/FS/cust_main_county.pm')
-rw-r--r--FS/FS/cust_main_county.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/cust_main_county.pm b/FS/FS/cust_main_county.pm
index db6be75..5733595 100644
--- a/FS/FS/cust_main_county.pm
+++ b/FS/FS/cust_main_county.pm
@@ -498,6 +498,8 @@ sub taxline {
'taxnum' => $self->taxnum,
'taxtype' => ref($self),
'cents' => $this_tax_cents,
+ 'pkgnum' => $cust_bill_pkg->pkgnum,
+ 'locationnum' => $cust_bill_pkg->cust_pkg->tax_locationnum,
'taxable_cust_bill_pkg' => $cust_bill_pkg,
'tax_cust_bill_pkg' => $tax_item,
});