X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fap.pl;h=06541ef05b4a147b8a38b40786dd340a8863f156;hb=afed390f75f0dad7df9d5aa5fbdac8f3005c852e;hp=8b32585a0bce450a465ad0749e1f0d9a091b3148;hpb=a590a6518025280c2d6e76c87641764ca6198521;p=kivitendo-erp.git diff --git a/bin/mozilla/ap.pl b/bin/mozilla/ap.pl index 8b32585a0..06541ef05 100644 --- a/bin/mozilla/ap.pl +++ b/bin/mozilla/ap.pl @@ -1342,6 +1342,7 @@ sub ap_transactions { 'attachment_basename' => $locale->text('vendor_invoice_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'; # add sort and escape callback, this one we use for the add sub $form->{callback} = $href .= "&sort=$form->{sort}";