From: Moritz Bunkus Date: Thu, 19 Jul 2007 12:56:34 +0000 (+0000) Subject: Standardeinstellung für das Zahlenformat beim Anlegen neuer Benutzer ist das besser... X-Git-Tag: release-2.6.0beta1~560 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=82c41aacb54996848276f5cb00c6587bf20f03a7;p=kivitendo-erp.git Standardeinstellung für das Zahlenformat beim Anlegen neuer Benutzer ist das besser lesbare 1.000,00 --- 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",