From f9621f509ba129729ee56cb27257d3b12fa58b7d Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 4 Apr 2005 17:51:24 +0000 Subject: [PATCH] Ajout dependances de modules --- htdocs/includes/modules/modCommande.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();