From c8e211c864236085d8cfa3889c887840b6e8ae70 Mon Sep 17 00:00:00 2001 From: Christophe Battarel Date: Thu, 19 Jul 2012 10:48:01 +0200 Subject: [PATCH] add missing include --- htdocs/commande/class/commande.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/commande/class/commande.class.php b/htdocs/commande/class/commande.class.php index 64ea2132ea1..f43e78a1d76 100644 --- a/htdocs/commande/class/commande.class.php +++ b/htdocs/commande/class/commande.class.php @@ -29,6 +29,7 @@ include_once(DOL_DOCUMENT_ROOT."/core/class/commonorder.class.php"); require_once(DOL_DOCUMENT_ROOT."/product/class/product.class.php"); +require_once(DOL_DOCUMENT_ROOT ."/marges/lib/marges.lib.php"); /** * \class Commande