forked from Wavyzz/dolibarr
Fix: Update dependency
This commit is contained in:
@@ -70,7 +70,7 @@ class modCommande extends DolibarrModules
|
||||
$this->config_page_url = array("commande.php");
|
||||
|
||||
// Dependancies
|
||||
$this->depends = array();
|
||||
$this->depends = array("modSociete");
|
||||
$this->requiredby = array("modExpedition");
|
||||
$this->conflictwith = array();
|
||||
$this->langfiles = array("orders","bills","companies","products");
|
||||
|
||||
Reference in New Issue
Block a user