]> wagnertech.de Git - kivitendo-erp.git/blobdiff - bin/mozilla/fu.pl
Lizenzen sind im Config-Abschnitt "features", nicht "system"
[kivitendo-erp.git] / bin / mozilla / fu.pl
index ac9e81f2e57511714dcf0477c8089dc41509c5a1..ec322413f9c70ad85eead3e6d08f4fbefb8281c6 100644 (file)
@@ -300,6 +300,7 @@ sub report {
                        'attachment_basename'  => $locale->text('follow_up_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';
 
   my $idx      = 0;
   my $callback = build_std_url('action=report', grep { $form->{$_} } @report_params);