Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a873249c

Von Moritz Bunkus vor fast 14 Jahren hinzugefügt

  • ID a873249c8c3c32006540d8636102c195dd4d9448
  • Vorgänger f35ddfbe
  • Nachfolger 50e62c57

Zahlen beim CSV-Export ohne Tausendertrennzeichen formatieren

Fix für Bug 1393.

Unterschiede anzeigen:

bin/mozilla/ap.pl
1342 1342
                       'attachment_basename'  => $locale->text('vendor_invoice_list') . strftime('_%Y%m%d', localtime time),
1343 1343
    );
1344 1344
  $report->set_options_from_form();
1345
  $locale->set_numberformat_wo_thousands_separator(\%myconfig) if lc($report->{options}->{output_format}) eq 'csv';
1345 1346

  
1346 1347
  # add sort and escape callback, this one we use for the add sub
1347 1348
  $form->{callback} = $href .= "&sort=$form->{sort}";

Auch abrufbar als: Unified diff