fix : display specimen

This commit is contained in:
Grand Philippe 2012-02-03 00:17:47 +08:00 committed by Regis Houssin
parent b22dc4170c
commit 0c5f6d1f62

View File

@ -73,7 +73,7 @@ if ($action == 'specimen')
$commande->initAsSpecimen();
// Charge le modele
$dir = "/core/modules/commande/";
$dir = "/core/modules/commande/doc/";
$file = "pdf_".$modele.".modules.php";
$file = dol_buildpath($dir.$file);
if (file_exists($file))