From 94fe7579546e991aa67703b1da36b9c2765203f6 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 15 Feb 2007 12:28:27 +0000 Subject: [PATCH] =?utf8?q?Einheiten=20bearbeiten:=20Faktoren=20nicht=20for?= =?utf8?q?ciert=20mit=20f=C3=BCnf=20Stellen=20anzeigen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/am.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/am.pl b/bin/mozilla/am.pl index 27ab18b46..27ccd06bd 100644 --- a/bin/mozilla/am.pl +++ b/bin/mozilla/am.pl @@ -3673,7 +3673,7 @@ sub edit_units { } my $i = 1; foreach (@unit_list) { - $_->{"factor"} = $form->format_amount(\%myconfig, $_->{"factor"}, 5) if ($_->{"factor"}); + $_->{"factor"} = $form->format_amount(\%myconfig, $_->{"factor"} * 1) if ($_->{"factor"}); $_->{"UNITLANGUAGES"} = []; foreach my $lang (@languages) { push(@{ $_->{"UNITLANGUAGES"} }, -- 2.20.1