N°2844 Fix Impact Analysis pdf export

This commit is contained in:
Stephen Abello
2021-02-24 11:49:37 +01:00
parent 9723a346b6
commit 8dfdc4761e

View File

@@ -29,7 +29,7 @@ class PDFPage extends WebPage
public function __construct($s_title, $sPageFormat = 'A4', $sPageOrientation = 'L')
{
parent::__construct($s_title);
define(K_PATH_FONTS, APPROOT.'lib/combodo/tcpdf/fonts');
define('K_PATH_FONTS', APPROOT.'lib/combodo/tcpdf/fonts/');
$this->oPdf = new iTopPDF($sPageOrientation, 'mm', $sPageFormat, true, self::PAGES_CHARSET, false);
// set document information