From cab4356e3d5aec69c66e96c21e5220dfd835ccd9 Mon Sep 17 00:00:00 2001 From: Philippe Grand Date: Sat, 27 Mar 2010 17:09:09 +0000 Subject: [PATCH] correct call to class commande.class.php --- htdocs/commande/liste.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/commande/liste.php b/htdocs/commande/liste.php index 115f0ab01b8..66a4d2fc080 100644 --- a/htdocs/commande/liste.php +++ b/htdocs/commande/liste.php @@ -29,6 +29,7 @@ require("../main.inc.php"); require_once(DOL_DOCUMENT_ROOT."/html.formfile.class.php"); +require_once(DOL_DOCUMENT_ROOT ."/commande/commande.class.php"); $langs->load('orders'); $langs->load('companies');