Tax included calculation problem when more than 1 tax type in a group
[fa-stable.git] / reporting / rep107.php
index e3bd2065207de7463d6ea976ae327143362d651c..e9df284d6d63eb519c40e410d05787ce6d925886 100644 (file)
@@ -179,7 +179,7 @@ function print_invoices()
                        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
                        {