From 776f3ff26f8e2770ce87a0201b4a3758cbe960f7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 3 Dec 2009 22:11:13 +0000 Subject: [PATCH] Fix: Update dependency --- htdocs/includes/modules/modCommande.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/modules/modCommande.class.php b/htdocs/includes/modules/modCommande.class.php index f6af817e0bd..f3aab2f477e 100644 --- a/htdocs/includes/modules/modCommande.class.php +++ b/htdocs/includes/modules/modCommande.class.php @@ -70,7 +70,7 @@ class modCommande extends DolibarrModules $this->config_page_url = array("commande.php"); // Dependancies - $this->depends = array(); + $this->depends = array("modSociete"); $this->requiredby = array("modExpedition"); $this->conflictwith = array(); $this->langfiles = array("orders","bills","companies","products");