mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-05 17:14:20 +01:00
N°3928 - Polishing: Impact analysis
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user