Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop

This commit is contained in:
Laurent Destailleur 2012-02-02 23:06:08 +01:00
commit 0ba5592921

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))