From: Moritz Bunkus Date: Thu, 3 Nov 2011 09:28:47 +0000 (+0100) Subject: Ausgabezahlenformat immer setzen X-Git-Tag: release-2.7.0beta1~182^2~3 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=588aa1eb2e55c698fecd2dec453e332fb6859af6;p=kivitendo-erp.git Ausgabezahlenformat immer setzen --- diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 62cdfdd7e..c569ef8a5 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -1343,7 +1343,7 @@ sub print_form { # Store the output number format so that the template modules know # how to parse the amounts back if requested. - $myconfig{output_numberformat} = $output_numberformat; + $myconfig{output_numberformat} = $output_numberformat || $myconfig{numberformat}; ($form->{employee}) = split /--/, $form->{employee};