X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fbankaccounts.pl;h=3155e2558b53d6fa4eb30e5f4f1f23a473cbde49;hb=5f49de40a2c8c6eca92bb3fd88c1ee0126264bd1;hp=0815954dcd2a2b74bd873789f476fbae3810d02f;hpb=1c603341fc02e3a5a7b5126cd7df6478d2e34700;p=kivitendo-erp.git diff --git a/bin/mozilla/bankaccounts.pl b/bin/mozilla/bankaccounts.pl index 0815954dc..3155e2558 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);