X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6ff01fdb61880344c2826c86955ef4c1e8f47db4..06211d74ea81c20cd935a9f35df45a6f76590692:/SL/IS.pm 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}) {