From 785e1fd17e52c72fe560b7ef1b3390e0518b8716 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Thu, 7 Sep 2017 14:30:30 +0200 Subject: [PATCH] Sales Invoice: fixed tax included amount position. --- reporting/rep107.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.30.2