diff --git a/htdocs/admin/facture.php b/htdocs/admin/facture.php index 3e44bdf946f..359e3e481b8 100644 --- a/htdocs/admin/facture.php +++ b/htdocs/admin/facture.php @@ -64,8 +64,8 @@ if ($_GET["action"] == 'specimen') $facture = new Facture($db); $facture->initAsSpecimen(); - // Charge le modele - $dir = DOL_DOCUMENT_ROOT . "/includes/modules/facture/"; + // Load template + $dir = DOL_DOCUMENT_ROOT . "/includes/modules/facture/doc/"; $file = "pdf_".$modele.".modules.php"; if (file_exists($dir.$file)) {