From 6078d376b8a52a127e794db867e849147d951880 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 11 May 2009 13:35:04 +0000 Subject: [PATCH] Hash initialisieren. --- SL/IS.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/SL/IS.pm b/SL/IS.pm index f2eef1edb..0ec51c10d 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -553,6 +553,7 @@ sub post_invoice { my %price_factors = map { $_->{id} => $_->{factor} } @{ $form->{ALL_PRICE_FACTORS} }; my $price_factor; + $form->{amount} = {}; $form->{amount_cogs} = {}; foreach my $i (1 .. $form->{rowcount}) { -- 2.20.1