mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Force typing (phan) for typing checks
This commit is contained in:
parent
e7b67c0aea
commit
db80e4501b
|
|
@ -116,6 +116,7 @@ if ($action == 'specimen') { // For invoices
|
|||
require_once $file;
|
||||
|
||||
$module = new $classname($db, $facture);
|
||||
'@phan-var-force CommonDocGenerator $module';
|
||||
|
||||
if ($module->write_file($facture, $langs) > 0) {
|
||||
header("Location: ".DOL_URL_ROOT."/document.php?modulepart=facture_fournisseur&file=SPECIMEN.pdf");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user