Revision a873249c
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
bin/mozilla/gl.pl | ||
---|---|---|
541 | 541 |
'attachment_basename' => $locale->text('general_ledger_list') . strftime('_%Y%m%d', localtime time), |
542 | 542 |
); |
543 | 543 |
$report->set_options_from_form(); |
544 |
$locale->set_numberformat_wo_thousands_separator(\%myconfig) if lc($report->{options}->{output_format}) eq 'csv'; |
|
544 | 545 |
|
545 | 546 |
# add sort to callback |
546 | 547 |
$form->{callback} = "$callback&sort=" . E($form->{sort}) . "&sortdir=" . E($form->{sortdir}); |
Auch abrufbar als: Unified diff
Zahlen beim CSV-Export ohne Tausendertrennzeichen formatieren
Fix für Bug 1393.