[freeside-commits] branch FREESIDE_3_BRANCH updated. ac602a212f0cb29cc9f2693de4df75c70dc5211f
Jonathan Prykop
jonathan at 420.am
Mon Aug 29 18:24:35 PDT 2016
The branch, FREESIDE_3_BRANCH has been updated
via ac602a212f0cb29cc9f2693de4df75c70dc5211f (commit)
from b6cbc6cc5b933c08bf4f1132df7aee7910636295 (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 ac602a212f0cb29cc9f2693de4df75c70dc5211f
Author: Jonathan Prykop <jonathan at freeside.biz>
Date: Tue Jul 26 16:44:10 2016 -0500
RT#38217: Send email when logging conditions are met [fix to warning invocation in cust_bill_pkg_tax_location]
diff --git a/FS/FS/cust_bill_pkg_tax_location.pm b/FS/FS/cust_bill_pkg_tax_location.pm
index f16e930..0e51000 100644
--- a/FS/FS/cust_bill_pkg_tax_location.pm
+++ b/FS/FS/cust_bill_pkg_tax_location.pm
@@ -341,7 +341,7 @@ sub upgrade_taxable_billpkgnum {
} #for $i
} else {
# the more complicated case
- $log->warn("mismatched charges and tax links in pkg#$pkgnum",
+ $log->warning("mismatched charges and tax links in pkg#$pkgnum",
object => $cust_bill);
my $tax_amount = sum(map {$_->amount} @tax_links);
# remove all tax link records and recreate them to be 1:1 with
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cust_bill_pkg_tax_location.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list