diff --git a/htdocs/includes/modules/modCommande.class.php b/htdocs/includes/modules/modCommande.class.php index 6eac938609f..391c6e8575c 100644 --- a/htdocs/includes/modules/modCommande.class.php +++ b/htdocs/includes/modules/modCommande.class.php @@ -69,7 +69,7 @@ class modCommande extends DolibarrModules // Dépendances $this->depends = array("modCommercial"); - $this->requiredby = array("modExpedition"); + $this->requiredby = array(); $this->conflictwith = array(); $this->langfiles = array("orders","bills","companies"); diff --git a/htdocs/includes/modules/modExpedition.class.php b/htdocs/includes/modules/modExpedition.class.php index d6f4e76fe1a..0151f6d1288 100644 --- a/htdocs/includes/modules/modExpedition.class.php +++ b/htdocs/includes/modules/modExpedition.class.php @@ -66,7 +66,7 @@ class modExpedition extends DolibarrModules $this->config_page_url = array("confexped.php"); // Dépendances - $this->depends = array("modCommande"); + $this->depends = array(); $this->requiredby = array(); // Constantes