projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
388a2ff
)
Ausgabezahlenformat immer setzen
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 3 Nov 2011 09:28:47 +0000
(10:28 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 3 Nov 2011 09:28:47 +0000
(10:28 +0100)
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
62cdfdd
..
c569ef8
100644
(file)
--- 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};