This commit is contained in:
Rodolphe Quiedeville 2005-04-11 15:35:35 +00:00
parent 29b859c119
commit 4207a27ba8

View File

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