From 82c41aacb54996848276f5cb00c6587bf20f03a7 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 19 Jul 2007 12:56:34 +0000 Subject: [PATCH] =?utf8?q?Standardeinstellung=20f=C3=BCr=20das=20Zahlenfor?= =?utf8?q?mat=20beim=20Anlegen=20neuer=20Benutzer=20ist=20das=20besser=20l?= =?utf8?q?esbare=201.000,00?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/admin.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/admin.pl b/bin/mozilla/admin.pl index 8cd34c35e..3fba37cc8 100644 --- a/bin/mozilla/admin.pl +++ b/bin/mozilla/admin.pl @@ -168,7 +168,7 @@ sub add_user { my $myconfig = { "vclimit" => 200, "countrycode" => "de", - "numberformat" => "1000,00", + "numberformat" => "1.000,00", "dateformat" => "dd.mm.yy", "stylesheet" => "lx-office-erp.css", "menustyle" => "v3", -- 2.20.1