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