diff --git a/htdocs/includes/modules/modCommande.class.php b/htdocs/includes/modules/modCommande.class.php index be6d9d23f80..eed517d448c 100644 --- a/htdocs/includes/modules/modCommande.class.php +++ b/htdocs/includes/modules/modCommande.class.php @@ -68,8 +68,8 @@ class modCommande extends DolibarrModules $this->config_page_url = "commande.php"; // Dépendances - $this->depends = array(); - $this->requiredby = array(); + $this->depends = array("modSociete"); + $this->requiredby = array("modExpedition"); // Constantes $this->const = array();