]> wagnertech.de Git - mfinanz.git/commitdiff
Ausgabezahlenformat immer setzen
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 3 Nov 2011 09:28:47 +0000 (10:28 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 3 Nov 2011 09:28:47 +0000 (10:28 +0100)
bin/mozilla/io.pl

index 62cdfdd7ea7eb802b419b767d2d5aaa907b7186f..c569ef8a53fcefb93e9537052cd3810dd8842103 100644 (file)
@@ -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};