summaryrefslogtreecommitdiff
path: root/FS/FS/cust_credit_bill_pkg.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-03-02 13:16:07 -0800
committerMark Wells <mark@freeside.biz>2015-03-02 13:16:07 -0800
commit1183337f7bcc30422b525ff14c0b67d48f08f07f (patch)
tree1c25d31113d169acc6ce2fb59ae4655d5125930c /FS/FS/cust_credit_bill_pkg.pm
parentf68aa73d44c7243ee784fdff48eff0713dc9993f (diff)
fix application of credits to tax-exempt sales items, #33772, from #18509
Diffstat (limited to 'FS/FS/cust_credit_bill_pkg.pm')
-rw-r--r--FS/FS/cust_credit_bill_pkg.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_credit_bill_pkg.pm b/FS/FS/cust_credit_bill_pkg.pm
index 1f741b2..080a83a 100644
--- a/FS/FS/cust_credit_bill_pkg.pm
+++ b/FS/FS/cust_credit_bill_pkg.pm
@@ -112,7 +112,7 @@ sub insert {
if ($taxable_per_month >= 0) { #panic if its subzero?
my $groupby = join(',',
- qw(taxnum year month exempt_monthly exempt_cust
+ qw(taxnum taxtype year month exempt_monthly exempt_cust
exempt_cust_taxname exempt_setup exempt_recur));
my $sum = 'SUM(amount)';
my @exemptions = qsearch(