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