diff --git a/htdocs/admin/contract.php b/htdocs/admin/contract.php index 9c4cf2561e6..29effeb5c80 100644 --- a/htdocs/admin/contract.php +++ b/htdocs/admin/contract.php @@ -243,7 +243,7 @@ foreach ($dirmodels as $reldir) { $file = substr($file, 0, dol_strlen($file) - 4); require_once $dir.$file.'.php'; - + /** @var ModelNumRefContracts $module */ $module = new $file($db); // Show modules according to features level @@ -255,7 +255,7 @@ foreach ($dirmodels as $reldir) { } if ($module->isEnabled()) { - print '