mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 17:02:34 +01:00
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