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