From c2460b155a09357177196d49469319a2f18bd081 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 18 Feb 2006 13:58:39 +0000 Subject: [PATCH] bugfix --- htdocs/fourn/commande/modules/modules_commandefournisseur.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fourn/commande/modules/modules_commandefournisseur.php b/htdocs/fourn/commande/modules/modules_commandefournisseur.php index 41a1f035652..831cd65188e 100644 --- a/htdocs/fourn/commande/modules/modules_commandefournisseur.php +++ b/htdocs/fourn/commande/modules/modules_commandefournisseur.php @@ -138,7 +138,7 @@ function commande_supplier_pdf_create($db, $comid, $modele='') global $langs; $langs->load("suppliers"); - $dir = DOL_DOCUMENT_ROOT."/fourn/commande/modules/"; + $dir = DOL_DOCUMENT_ROOT."/fourn/commande/modules/pdf/"; // Positionne modele sur le nom du modele de commande fournisseur à utiliser if (! strlen($modele))