Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a87dd0ec

Von Sven Schöling vor mehr als 14 Jahren hinzugefügt

  • ID a87dd0ec36ef206227750773a4e36e20689a9f57
  • Vorgänger 6f7c3b10
  • Nachfolger ee454f5b

Batchaccounts angewendet.

Ausserdem einen subtilen Bug behoben, und ein Query gecacht.

Unterschiede anzeigen:

bin/mozilla/oe.pl
1896 1896
  }
1897 1897
  $form->{"taxaccounts"} = "";
1898 1898

  
1899
  for my $i (1 .. $form->{"rowcount"}) {
1900
    IC->retrieve_accounts(\%myconfig, $form, $form->{"id_$i"}, $i) if $form->{"id_$i"};
1901
  }
1899
  IC->retrieve_accounts(\%myconfig, $form, map { $_ => $form->{"id_$_"} } 1 .. $form->{rowcount});
1902 1900

  
1903 1901
  $form->{rowcount}++;
1904 1902
  $form->{"project_id_$form->{rowcount}"} = $form->{globalproject_id};

Auch abrufbar als: Unified diff