This commit is contained in:
Yuri Kuznetsov
2023-11-14 20:24:34 +02:00
parent 7114a9ff81
commit e1d108168b
+1 -1
View File
@@ -51,7 +51,7 @@ class AfterUpgrade
if (php_sapi_name() === 'cli') {
echo "Important. The 'Tcpdf' PDF engine has been removed from EspoCRM. " .
"Now PDF printing is handled by the 'Dompdf' engine. " .
"If you would like to continue using the 'Tcpdf', download and install a free extension: {link}. " .
"If you would like to continue using the 'Tcpdf', download and install the free extension: {link}. " .
"After that, set 'Tcpdf' at Administration > Settings > PDF Engine.";
}
}