X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FOE.pm;h=0c14f177f4b8229534d29b964639bafbb3c3657c;hb=7c3117b50d46f04f589aae322525f0797c4146e9;hp=5f1c6ce45d8f5e869a239f448210651f5fff6c31;hpb=92b2f11d767aefa46c58c1b3c63ac73c3f86421b;p=kivitendo-erp.git diff --git a/SL/OE.pm b/SL/OE.pm index 5f1c6ce45..0c14f177f 100644 --- a/SL/OE.pm +++ b/SL/OE.pm @@ -1141,12 +1141,6 @@ sub order_details { $form->format_amount($myconfig, $form->{"${item}_rate"} * 100)); push(@{ $form->{taxnumber} }, $form->{"${item}_taxnumber"}); } - if($form->{taxincluded}) { - $form->{subtotal} = $form->format_amount($myconfig, $form->{total} - $tax, 2); - } - else { - $form->{subtotal} = $form->format_amount($myconfig, $form->{total}, 2); - } $yesdiscount = $form->{nodiscount_total} - $nodiscount; $form->{nodiscount_subtotal} = $form->format_amount($myconfig, $form->{nodiscount_total}, 2); $form->{discount_total} = $form->format_amount($myconfig, $form->{discount_total}, 2);