Ajout dependances de modules
This commit is contained in:
parent
9149496b43
commit
f9621f509b
@ -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();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user