Revision a873249c
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
864 | 864 |
'attachment_basename' => $attachment_basename . strftime('_%Y%m%d', localtime time), |
865 | 865 |
); |
866 | 866 |
$report->set_options_from_form(); |
867 |
$locale->set_numberformat_wo_thousands_separator(\%myconfig) if lc($report->{options}->{output_format}) eq 'csv'; |
|
867 | 868 |
|
868 | 869 |
# add sort and escape callback, this one we use for the add sub |
869 | 870 |
$form->{callback} = $href .= "&sort=$form->{sort}"; |
Auch abrufbar als: Unified diff
Zahlen beim CSV-Export ohne Tausendertrennzeichen formatieren
Fix für Bug 1393.