Tax included calculation problem when more than 1 tax type in a group
[fa-stable.git] / reporting / rep110.php
index 3116978072c9c6c8fdb80dd29ba6ee6291423d01..9f418f7c712746a3e8b0aff0b725259638a3e5b3 100644 (file)
@@ -174,7 +174,7 @@ function print_deliveries()
                                if ($tax_item['included_in_price'])
                                {
                                                $rep->TextCol(3, 7, $doc_Included . " " . $tax_item['tax_type_name'] .
-                                                       " (" . $tax_item['rate'] . "%) " . $doc_Amount . ":" . $DisplayTax, -2);
+                                                       " (" . $tax_item['rate'] . "%) " . $doc_Amount . ": " . $DisplayTax, -2);
                                        }
                                else
                                {