Revision a873249c
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
bin/mozilla/projects.pl | ||
---|---|---|
169 | 169 |
'attachment_basename' => $locale->text('project_list') . strftime('_%Y%m%d', localtime time), |
170 | 170 |
); |
171 | 171 |
$report->set_options_from_form(); |
172 |
$locale->set_numberformat_wo_thousands_separator(\%myconfig) if lc($report->{options}->{output_format}) eq 'csv'; |
|
172 | 173 |
|
173 | 174 |
CVar->add_custom_variables_to_report('module' => 'Projects', |
174 | 175 |
'trans_id_field' => 'id', |
Auch abrufbar als: Unified diff
Zahlen beim CSV-Export ohne Tausendertrennzeichen formatieren
Fix für Bug 1393.