From 3146d3c6b9b8cefbab88abb84b31758e30439b31 Mon Sep 17 00:00:00 2001 From: Philippe Grand Date: Fri, 9 Apr 2010 08:34:46 +0000 Subject: [PATCH] fix : class not found --- htdocs/fourn/commande/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/fourn/commande/index.php b/htdocs/fourn/commande/index.php index 904f98b8e4e..def3eceabca 100644 --- a/htdocs/fourn/commande/index.php +++ b/htdocs/fourn/commande/index.php @@ -27,6 +27,7 @@ require("../../main.inc.php"); require_once(DOL_DOCUMENT_ROOT."/contact/contact.class.php"); +require_once(DOL_DOCUMENT_ROOT."/fourn/fournisseur.commande.class.php"); // Security check $orderid = isset($_GET["orderid"])?$_GET["orderid"]:'';