Revision a873249c
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
bin/mozilla/ca.pl | ||
---|---|---|
106 | 106 |
'std_column_visibility' => 1, |
107 | 107 |
); |
108 | 108 |
$report->set_options_from_form(); |
109 |
$locale->set_numberformat_wo_thousands_separator(\%myconfig) if lc($report->{options}->{output_format}) eq 'csv'; |
|
109 | 110 |
|
110 | 111 |
$report->set_columns(%column_defs); |
111 | 112 |
$report->set_column_order(@columns); |
... | ... | |
593 | 594 |
'std_column_visibility' => 1, |
594 | 595 |
); |
595 | 596 |
$report->set_options_from_form(); |
597 |
$locale->set_numberformat_wo_thousands_separator(\%myconfig) if lc($report->{options}->{output_format}) eq 'csv'; |
|
596 | 598 |
|
597 | 599 |
$report->set_columns(%column_defs); |
598 | 600 |
$report->set_column_order(@columns); |
Auch abrufbar als: Unified diff
Zahlen beim CSV-Export ohne Tausendertrennzeichen formatieren
Fix für Bug 1393.