pedant
authorIvan Kohler <ivan@freeside.biz>
Sun, 3 Mar 2013 03:42:35 +0000 (19:42 -0800)
committerIvan Kohler <ivan@freeside.biz>
Sun, 3 Mar 2013 03:42:35 +0000 (19:42 -0800)
FS/FS/cust_credit.pm

index 05d961c..ba279a2 100644 (file)
@@ -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}};