From 8a7cc604b89756a868dd3757b0b8148c588f887c Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 2 Mar 2013 19:42:35 -0800 Subject: [PATCH] pedant --- FS/FS/cust_credit.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/cust_credit.pm b/FS/FS/cust_credit.pm index 05d961c3f..ba279a26c 100644 --- a/FS/FS/cust_credit.pm +++ b/FS/FS/cust_credit.pm @@ -717,7 +717,7 @@ sub credit_lineitems { my %cust_bill_pkg = (); my %cust_credit_bill_pkg = (); my %taxlisthash = (); - my %unapplied_payments; #invoice numbers, and then billpaynums + my %unapplied_payments = (); #invoice numbers, and then billpaynums foreach my $billpkgnum ( @{$arg{billpkgnums}} ) { my $setuprecur = shift @{$arg{setuprecurs}}; my $amount = shift @{$arg{amounts}}; -- 2.11.0