X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0e83d54de99fbb7e0ab6471eb2c70db9a0b53466..feeb3fc8352:/SL/DB/Helper/PriceTaxCalculator.pm diff --git a/SL/DB/Helper/PriceTaxCalculator.pm b/SL/DB/Helper/PriceTaxCalculator.pm index 80c804728..cadc09676 100644 --- a/SL/DB/Helper/PriceTaxCalculator.pm +++ b/SL/DB/Helper/PriceTaxCalculator.pm @@ -56,7 +56,7 @@ sub calculate_prices_and_taxes { SL::DB::Manager::Chart->cache_taxkeys(date => $self->transdate); my $idx = 0; - foreach my $item ($self->items) { + foreach my $item (@{ $self->items_sorted }) { $idx++; _calculate_item($self, $item, $idx, \%data, %params); }