From 588aa1eb2e55c698fecd2dec453e332fb6859af6 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 3 Nov 2011 10:28:47 +0100 Subject: [PATCH] Ausgabezahlenformat immer setzen --- bin/mozilla/io.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}; -- 2.20.1