From c7a7bfcd68438112cf94517643ea8cee3dc78802 Mon Sep 17 00:00:00 2001 From: acognet Date: Tue, 12 Oct 2021 08:17:32 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B03928=20-=20Polishing:=20Impact=20analysi?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sources/application/WebPage/iTopPDF.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sources/application/WebPage/iTopPDF.php b/sources/application/WebPage/iTopPDF.php index 748719aca..590613cac 100644 --- a/sources/application/WebPage/iTopPDF.php +++ b/sources/application/WebPage/iTopPDF.php @@ -94,7 +94,8 @@ class iTopPDF extends TCPDF // Branding logo $sBrandingIcon = Branding::GetLogoRelativePath(Branding::ENUM_LOGO_TYPE_MAIN_LOGO_FULL); - $this->Image($sBrandingIcon, $aMargins['left'], 5, 0, 10); + + $this->AddImage($sBrandingIcon, $aMargins['left'], 5, 0, 10); } // Page footer