Revision 588aa1eb
Von Moritz Bunkus vor etwa 13 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
1343 | 1343 |
|
1344 | 1344 |
# Store the output number format so that the template modules know |
1345 | 1345 |
# how to parse the amounts back if requested. |
1346 |
$myconfig{output_numberformat} = $output_numberformat; |
|
1346 |
$myconfig{output_numberformat} = $output_numberformat || $myconfig{numberformat};
|
|
1347 | 1347 |
|
1348 | 1348 |
($form->{employee}) = split /--/, $form->{employee}; |
1349 | 1349 |
|
Auch abrufbar als: Unified diff
Ausgabezahlenformat immer setzen