X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep107.php;h=e9df284d6d63eb519c40e410d05787ce6d925886;hb=0e64cd1cf3fe3e0c27627641e67f2fbb0c4723c5;hp=e3bd2065207de7463d6ea976ae327143362d651c;hpb=af40aba36932ab3dbe30b30394ebfa3762be34f6;p=fa-stable.git diff --git a/reporting/rep107.php b/reporting/rep107.php index e3bd2065..e9df284d 100644 --- a/reporting/rep107.php +++ b/reporting/rep107.php @@ -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 {