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 62cdfdd..c569ef8 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};