From 355bbf5e998213138e6fe0c7fdf22e18c3625c2e Mon Sep 17 00:00:00 2001 From: Philippe Grand Date: Sat, 27 Mar 2010 17:03:41 +0000 Subject: [PATCH] correct call to class commande.class.php --- htdocs/commande/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/commande/index.php b/htdocs/commande/index.php index 479851b23c4..1756431f30b 100644 --- a/htdocs/commande/index.php +++ b/htdocs/commande/index.php @@ -28,6 +28,7 @@ require("../main.inc.php"); require_once(DOL_DOCUMENT_ROOT."/html.formfile.class.php"); require_once(DOL_DOCUMENT_ROOT ."/notify.class.php"); +require_once(DOL_DOCUMENT_ROOT ."/commande/commande.class.php"); if (!$user->rights->commande->lire) accessforbidden();