X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/388a2ff5471adc27084f77e60fe154f25790dc9e..588aa1eb2e55c698fecd2dec453e332fb6859af6:/bin/mozilla/io.pl 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};