Revision a87dd0ec
Von Sven Schöling vor mehr als 14 Jahren hinzugefügt
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
Batchaccounts angewendet.
Ausserdem einen subtilen Bug behoben, und ein Query gecacht.