X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FOE.pm;h=a2dea99ec36199ba994edd1d70f4cb64038e38d0;hb=ed9b1bfb7;hp=a0a0abfc89d79b99fd958246f3f0c320b3b129a3;hpb=01591fa72e7ca4af7143a573170a78e431728c92;p=kivitendo-erp.git diff --git a/SL/OE.pm b/SL/OE.pm index a0a0abfc8..a2dea99ec 100644 --- a/SL/OE.pm +++ b/SL/OE.pm @@ -1505,7 +1505,7 @@ sub order_details { $tax_rate = $taxrate * 100; push(@{ $form->{TEMPLATE_ARRAYS}->{tax_rate} }, qq|$tax_rate|); - if ($form->{"assembly_$i"}) { + if ($form->{"part_type_$i"} eq 'assembly') { $sameitem = ""; # get parts and push them onto the stack