[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 86c903255c2d6bdef69b7a63be9d059292c905e6
Ivan
ivan at 420.am
Tue Feb 26 02:21:32 PST 2013
The branch, FREESIDE_2_3_BRANCH has been updated
via 86c903255c2d6bdef69b7a63be9d059292c905e6 (commit)
from 5638d0d0ed016a3727516a815045a8583cbe096f (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 86c903255c2d6bdef69b7a63be9d059292c905e6
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Feb 26 02:21:27 2013 -0800
mystery "broken payment application" error, RT#21571
diff --git a/FS/FS/cust_credit.pm b/FS/FS/cust_credit.pm
index 560be20..2dfd081 100644
--- a/FS/FS/cust_credit.pm
+++ b/FS/FS/cust_credit.pm
@@ -717,8 +717,7 @@ sub credit_lineitems {
my %cust_credit_bill = ();
my %cust_bill_pkg = ();
my %cust_credit_bill_pkg = ();
- # except here they're billpaynums
- my %unapplied_payments;
+ my %unapplied_payments = (); # except here they're billpaynums
foreach my $billpkgnum ( @{$arg{billpkgnums}} ) {
my $setuprecur = shift @{$arg{setuprecurs}};
my $amount = shift @{$arg{amounts}};
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cust_credit.pm | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list