I did a better fix to have no more dependencies between modules.
This commit is contained in:
parent
c20a5d7e18
commit
12055aa44a
@ -69,7 +69,7 @@ class modSalaries extends DolibarrModules
|
||||
$this->config_page_url = array();
|
||||
|
||||
// Dependances
|
||||
$this->depends = array("modTax");
|
||||
$this->depends = array();
|
||||
$this->requiredby = array();
|
||||
$this->conflictwith = array();
|
||||
$this->langfiles = array("salaries");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user