From 3e6b55ed67188f0a76e576623c86e7b3ef8d9e20 Mon Sep 17 00:00:00 2001 From: Philippe Grand Date: Fri, 9 Apr 2010 08:42:35 +0000 Subject: [PATCH] fix : class not found --- htdocs/fourn/commande/liste.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/fourn/commande/liste.php b/htdocs/fourn/commande/liste.php index 58496cbcabe..ac410f96fc8 100644 --- a/htdocs/fourn/commande/liste.php +++ b/htdocs/fourn/commande/liste.php @@ -26,6 +26,7 @@ */ require("../../main.inc.php"); +require_once(DOL_DOCUMENT_ROOT."/fourn/fournisseur.commande.class.php"); $langs->load("orders");