X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7748fe8e500152ddf3b2ab12b64bd606fc2a6259..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];