2
0
forked from Wavyzz/dolibarr

Force typing (phan) for typing checks

This commit is contained in:
MDW
2024-03-24 21:35:48 +01:00
parent 64d2579733
commit 384f2f210a

View File

@@ -100,6 +100,7 @@ if ($action == 'updateMask') {
require_once $file;
$module = new $classname($db);
'@phan-var-force ModelePDFCommandes $module';
if ($module->write_file($commande, $langs) > 0) {
header("Location: ".DOL_URL_ROOT."/document.php?modulepart=commande&file=SPECIMEN.pdf");