From 32394d82da684f8fc440ed64b63ab3e50b29509b Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 26 Aug 2009 16:38:30 +0200 Subject: [PATCH] Bei Anzeige der Zeilen keinen Code aus der vorhergehenden Zeile mitschleifen. --- bin/mozilla/io.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 69e536c54..7d2494324 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -197,6 +197,7 @@ sub display_row { # rows for $i (1 .. $numrows) { + my %column_data = (); # undo formatting map { $form->{"${_}_$i"} = $form->parse_amount(\%myconfig, $form->{"${_}_$i"}) } qw(qty discount sellprice price_new price_old) unless ($form->{simple_save}); -- 2.20.1