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/wh.pl
721 721
                       'title'                => $form->{title},
722 722
                       'attachment_basename'  => strftime($locale->text('warehouse_journal_list') . '_%Y%m%d', localtime time));
723 723
  $report->set_options_from_form();
724
  $locale->set_numberformat_wo_thousands_separator(\%myconfig) if lc($report->{options}->{output_format}) eq 'csv';
724 725

  
725 726
  my $all_units = AM->retrieve_units(\%myconfig, $form);
726 727
  my @contents  = WH->get_warehouse_journal(%filter);
......
869 870
                       'title'                => $form->{title},
870 871
                       'attachment_basename'  => strftime($locale->text('warehouse_report_list') . '_%Y%m%d', localtime time));
871 872
  $report->set_options_from_form();
873
  $locale->set_numberformat_wo_thousands_separator(\%myconfig) if lc($report->{options}->{output_format}) eq 'csv';
872 874

  
873 875
  my $all_units = AM->retrieve_units(\%myconfig, $form);
874 876
  my @contents  = WH->get_warehouse_report(%filter);

Auch abrufbar als: Unified diff