From babd96dd6efb0a3f9c2f8c75d8ecb0342dc93514 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 5 Apr 2007 14:01:53 +0000 Subject: [PATCH] =?utf8?q?Gequotete=20Werte=20auch=20in=20Anf=C3=BChrungsz?= =?utf8?q?eichen=20ausgeben.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/io.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index f754742c9..c1d9ca5d7 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -624,7 +624,7 @@ sub select_item { $column_data{partnumber} = qq|$ref->{partnumber}|; $column_data{description} = - qq|{description}>$ref->{description}|; + qq|$ref->{description}|; $column_data{sellprice} = qq|| . $form->format_amount(\%myconfig, $ref->{sellprice}, 2, " ") -- 2.20.1