]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/io.pl
Ausgabezahlenformat immer setzen
[mfinanz.git] / 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};