X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fbankaccounts.pl;h=f8bbb3a849e1e0e3337adf1e1ae66e486181258f;hb=6fda7b5dfcbcb7c039d11aa708b9f79cfe51a71f;hp=0815954dcd2a2b74bd873789f476fbae3810d02f;hpb=f7c9046f3d5014fd964ac9f85b3d124ffc4aeb4f;p=kivitendo-erp.git diff --git a/bin/mozilla/bankaccounts.pl b/bin/mozilla/bankaccounts.pl index 0815954dc..f8bbb3a84 100644 --- a/bin/mozilla/bankaccounts.pl +++ b/bin/mozilla/bankaccounts.pl @@ -1,5 +1,6 @@ use strict; +use List::MoreUtils qw(any); use POSIX qw(strftime); use SL::BankAccount; @@ -125,6 +126,7 @@ sub bank_account_list { 'attachment_basename' => $locale->text('bankaccounts') . strftime('_%Y%m%d', localtime time), ); $report->set_options_from_form(); + $locale->set_numberformat_wo_thousands_separator(\%myconfig) if lc($report->{options}->{output_format}) eq 'csv'; $report->set_columns(%column_defs); $report->set_column_order(@columns);