X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/cb8b07e41c31ec272b869d14784cac4f57e167a2..ef8dc9da7e9c47b71f040c6a70d45b39aa1a67ec:/SL/OE.pm diff --git a/SL/OE.pm b/SL/OE.pm index 8873198c0..5b7c031af 100644 --- a/SL/OE.pm +++ b/SL/OE.pm @@ -970,11 +970,6 @@ sub order_details { discount p_discount discount_sub nodiscount_sub linetotal nodiscount_linetotal tax_rate projectnumber); - my @tax_arrays = - qw(taxbase tax taxdescription taxrate taxnumber); - - map({ $form->{$_} = [] } (@arrays, @tax_arrays)); - my $sameitem = ""; foreach $item (sort { $a->[1] cmp $b->[1] } @partsgroup) { $i = $item->[0];