[freeside-commits] branch FREESIDE_3_BRANCH updated. 5de6205d74e89fb3227402662d6848c8d52eadb7

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


The branch, FREESIDE_3_BRANCH has been updated
       via  5de6205d74e89fb3227402662d6848c8d52eadb7 (commit)
      from  e3e006a4e2d532e5643e8e7cbb1de4b7f1d21135 (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 5de6205d74e89fb3227402662d6848c8d52eadb7
Author: Mark Wells <mark at freeside.biz>
Date:   Mon Mar 2 13:14:34 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 7b723f9..ac13b52 100644
--- a/FS/FS/cust_credit_bill_pkg.pm
+++ b/FS/FS/cust_credit_bill_pkg.pm
@@ -117,7 +117,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