X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fprojects.pl;h=8f5991e2f753866eae3453b7863f0483907a3506;hb=d2f4d07db25ba323b427c3ad0a478055811c9896;hp=f854a4af928142bba79f283b425bf47829123a2c;hpb=5d79e14ec6fedc12d0f5a3a13e7466684cb21080;p=kivitendo-erp.git diff --git a/bin/mozilla/projects.pl b/bin/mozilla/projects.pl index f854a4af9..8f5991e2f 100644 --- a/bin/mozilla/projects.pl +++ b/bin/mozilla/projects.pl @@ -169,6 +169,7 @@ sub project_report { 'attachment_basename' => $locale->text('project_list') . 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'; CVar->add_custom_variables_to_report('module' => 'Projects', 'trans_id_field' => 'id',