X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep107.php;h=7982f8a1175d4857238aad6f986b9d706238bf71;hb=ec58402529d7c61843274582de9174cbb2e56679;hp=1e9cc1487d4ad7afd419be68184aa649071a3d13;hpb=43ad91751a494b2572eb64441248aa3a87f0141e;p=fa-stable.git diff --git a/reporting/rep107.php b/reporting/rep107.php index 1e9cc148..7982f8a1 100644 --- a/reporting/rep107.php +++ b/reporting/rep107.php @@ -184,7 +184,7 @@ function print_invoices() if ($memo != "") { $rep->NewLine(); - $rep->TextColLines(1, 5, $memo, -2); + $rep->TextColLines(1, 3, $memo, -2); } $DisplaySubTot = number_format2($SubTotal,$dec); @@ -267,7 +267,7 @@ function print_invoices() $first = false; } else - $rep->TextCol(3, 7, _("Included") . " " . $tax_type_name . _("Amount") . ": " . $DisplayTax, -2); + $rep->TextCol(3, 6, _("Included") . " " . $tax_type_name . _("Amount") . ": " . $DisplayTax, -2); } else {