Revision a873249c
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
bin/mozilla/bankaccounts.pl | ||
---|---|---|
1 | 1 |
use strict; |
2 | 2 |
|
3 |
use List::MoreUtils qw(any); |
|
3 | 4 |
use POSIX qw(strftime); |
4 | 5 |
|
5 | 6 |
use SL::BankAccount; |
... | ... | |
125 | 126 |
'attachment_basename' => $locale->text('bankaccounts') . strftime('_%Y%m%d', localtime time), |
126 | 127 |
); |
127 | 128 |
$report->set_options_from_form(); |
129 |
$locale->set_numberformat_wo_thousands_separator(\%myconfig) if lc($report->{options}->{output_format}) eq 'csv'; |
|
128 | 130 |
|
129 | 131 |
$report->set_columns(%column_defs); |
130 | 132 |
$report->set_column_order(@columns); |
Auch abrufbar als: Unified diff
Zahlen beim CSV-Export ohne Tausendertrennzeichen formatieren
Fix für Bug 1393.