From: Janusz Dobrowolski Date: Thu, 7 Sep 2017 12:30:30 +0000 (+0200) Subject: Sales Invoice: fixed tax included amount position. X-Git-Tag: v2.4.3~45 X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=785e1fd17e52c72fe560b7ef1b3390e0518b8716 Sales Invoice: fixed tax included amount position. --- diff --git a/reporting/rep107.php b/reporting/rep107.php index 1e9cc148..9334de19 100644 --- a/reporting/rep107.php +++ b/reporting/rep107.php @@ -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 {