X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4e76ddc17ab7eba457211cbe3ff5045a08538095..0463a0bb9deb1e683727ab2bf4900ebe49117f8a:/SL/OE.pm diff --git a/SL/OE.pm b/SL/OE.pm index e0b6ab6b9..ac507d039 100644 --- a/SL/OE.pm +++ b/SL/OE.pm @@ -862,6 +862,9 @@ sub order_details { } } + $tax_rate = $taxrate*100; + push(@{ $form->{tax_rate} }, qq|$tax_rate|); + if ($form->{"assembly_$i"}) { $sameitem = "";