[freeside-commits] branch master updated. 1183337f7bcc30422b525ff14c0b67d48f08f07f

Mark Wells mark at 420.am
Mon Mar 2 13:17:21 PST 2015


The branch, master has been updated
       via  1183337f7bcc30422b525ff14c0b67d48f08f07f (commit)
      from  f68aa73d44c7243ee784fdff48eff0713dc9993f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1183337f7bcc30422b525ff14c0b67d48f08f07f
Author: Mark Wells <mark at freeside.biz>
Date:   Mon Mar 2 13:16:07 2015 -0800

    fix application of credits to tax-exempt sales items, #33772, from #18509

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(

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/cust_credit_bill_pkg.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list