Revision a873249c
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
bin/mozilla/ct.pl | ||
---|---|---|
208 | 208 |
'attachment_basename' => $attachment_basename . strftime('_%Y%m%d', localtime time), |
209 | 209 |
); |
210 | 210 |
$report->set_options_from_form(); |
211 |
$locale->set_numberformat_wo_thousands_separator(\%myconfig) if lc($report->{options}->{output_format}) eq 'csv'; |
|
211 | 212 |
|
212 | 213 |
$report->set_columns(%column_defs); |
213 | 214 |
$report->set_column_order(@columns); |
Auch abrufbar als: Unified diff
Zahlen beim CSV-Export ohne Tausendertrennzeichen formatieren
Fix für Bug 1393.