From 5b82e66ae01355da0c1d1925dc91867b619b204d Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 9 Sep 2008 08:19:35 +0000 Subject: [PATCH] =?utf8?q?Doppeltes=20Quoting=20von=20Anf=C3=BChrungszeich?= =?utf8?q?en=20vermeiden.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/do.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/mozilla/do.pl b/bin/mozilla/do.pl index 9f59d0bfb..c17e07080 100644 --- a/bin/mozilla/do.pl +++ b/bin/mozilla/do.pl @@ -222,8 +222,6 @@ sub prepare_order { (my $dec_qty) = ($form->{"qty_$i"} =~ /\.(\d+)/); $dec_qty = length $dec_qty; $form->{"qty_$i"} = $form->format_amount(\%myconfig, $form->{"qty_$i"}, $dec_qty); - - map { $form->{"${_}_$i"} =~ s/\"/"/g } qw(partnumber description unit); } $lxdebug->leave_sub(); -- 2.20.1