Works on migration of FPDF to TCPDF
This commit is contained in:
parent
af79efb0cc
commit
f8e1593441
@ -31,7 +31,6 @@ if (defined('DOL_URL_ROOT')) define ("K_PATH_URL_CACHE", DOL_URL_ROOT."/document
|
||||
// DOLCHANGE LDR
|
||||
if (empty($conf->MAIN_USE_TCPDF)) require_once(DOL_DOCUMENT_ROOT.'/includes/fpdf/fpdf/fpdf.php');
|
||||
else require_once(DOL_DOCUMENT_ROOT.'/includes/tcpdf/tcpdf.php');
|
||||
//require_once(DOL_DOCUMENT_ROOT.'/includes/tcpdf/tcpdf.php');
|
||||
|
||||
|
||||
// Check for TCPDF and remap TCPDF to FPDF
|
||||
|
||||
Loading…
Reference in New Issue
Block a user