From: Moritz Bunkus Date: Thu, 5 Apr 2007 14:01:53 +0000 (+0000) Subject: Gequotete Werte auch in Anführungszeichen ausgeben. X-Git-Tag: release-2.4.3^2~510 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=babd96dd6efb0a3f9c2f8c75d8ecb0342dc93514;p=kivitendo-erp.git Gequotete Werte auch in Anführungszeichen ausgeben. --- 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, " ")