Ajout dependances de modules

This commit is contained in:
Rodolphe Quiedeville 2005-04-04 17:51:24 +00:00
parent 9149496b43
commit f9621f509b

View File

@ -68,8 +68,8 @@ class modCommande extends DolibarrModules
$this->config_page_url = "commande.php"; $this->config_page_url = "commande.php";
// Dépendances // Dépendances
$this->depends = array(); $this->depends = array("modSociete");
$this->requiredby = array(); $this->requiredby = array("modExpedition");
// Constantes // Constantes
$this->const = array(); $this->const = array();