X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7933b6bd762c5bac0f0a6bc401ede33c30ece67b..58b14f96d6a7aab3bad2ffac3f8930793cf15a09:/bin/mozilla/io.pl
diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl
index c0ab3dc9a..ae8f500bb 100644
--- a/bin/mozilla/io.pl
+++ b/bin/mozilla/io.pl
@@ -254,13 +254,13 @@ sub display_row {
qq|
| |;
}
- (my $qty_dec) = ($form->{"qty_$i"} =~ /\.(\d+)/);
- $qty_dec = length $qty_dec;
+ (my $qty_dec) = ($form->{"qty_$i"} =~ /\.(\d+)/);
+ $qty_dec = length $qty_dec;
$column_data{qty} =
- qq|format_amount(\%myconfig, $form->{"qty_$i"}, $qty_dec)
- .qq|> | |;
+ qq|format_amount(\%myconfig, $form->{"qty_$i"}, $qty_dec)
+ . qq|> | |;
$column_data{ship} =
qq|format_amount(\%myconfig, $form->{"ship_$i"})
@@ -454,7 +454,6 @@ sub set_pricegroup {
}
}
- #print (STDERR "HIER", Dumper($prices) );
$lxdebug->leave_sub();
}
|