Fix: Update dependency

This commit is contained in:
Laurent Destailleur 2009-12-03 22:11:13 +00:00
parent 783d183bfb
commit 776f3ff26f

View File

@ -70,7 +70,7 @@ class modCommande extends DolibarrModules
$this->config_page_url = array("commande.php"); $this->config_page_url = array("commande.php");
// Dependancies // Dependancies
$this->depends = array(); $this->depends = array("modSociete");
$this->requiredby = array("modExpedition"); $this->requiredby = array("modExpedition");
$this->conflictwith = array(); $this->conflictwith = array();
$this->langfiles = array("orders","bills","companies","products"); $this->langfiles = array("orders","bills","companies","products");