X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a22121f52d8782d1397cedd6193ac7142b803f4d..f25e6eaa202ee67e5e367d23b90d6aa8d7275a4e:/SL/Controller/Order.pm diff --git a/SL/Controller/Order.pm b/SL/Controller/Order.pm index 25ec07ca6..17e1d7d31 100644 --- a/SL/Controller/Order.pm +++ b/SL/Controller/Order.pm @@ -445,6 +445,7 @@ sub _recalc { $self->order->currency_id($::instance_conf->get_currency_id()); my %pat = $self->order->calculate_prices_and_taxes(); + $self->{taxes} = []; foreach my $tax_chart_id (keys %{ $pat{taxes} }) { my $tax = SL::DB::Manager::Tax->find_by(chart_id => $tax_chart_id);