From 4207a27ba8f05bd4d0b5f808be557643701eb38c Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 11 Apr 2005 15:35:35 +0000 Subject: [PATCH] Bug fix --- htdocs/fourn/fournisseur.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fourn/fournisseur.class.php b/htdocs/fourn/fournisseur.class.php index f817cf0cc6b..5f2c4335192 100644 --- a/htdocs/fourn/fournisseur.class.php +++ b/htdocs/fourn/fournisseur.class.php @@ -127,7 +127,7 @@ class Fournisseur extends Societe { function ProductCommande($user, $product_id) { - include_once DOL_DOCUMENT_ROOT."/fournisseur.commande.class.php"; + include_once DOL_DOCUMENT_ROOT."/fourn/fournisseur.commande.class.php"; include_once DOL_DOCUMENT_ROOT."/product.class.php"; $commf = new CommandeFournisseur($this->db);