fix : display specimen
This commit is contained in:
parent
b22dc4170c
commit
0c5f6d1f62
@ -73,7 +73,7 @@ if ($action == 'specimen')
|
|||||||
$commande->initAsSpecimen();
|
$commande->initAsSpecimen();
|
||||||
|
|
||||||
// Charge le modele
|
// Charge le modele
|
||||||
$dir = "/core/modules/commande/";
|
$dir = "/core/modules/commande/doc/";
|
||||||
$file = "pdf_".$modele.".modules.php";
|
$file = "pdf_".$modele.".modules.php";
|
||||||
$file = dol_buildpath($dir.$file);
|
$file = dol_buildpath($dir.$file);
|
||||||
if (file_exists($file))
|
if (file_exists($file))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user