Skip to content
Snippets Groups Projects
Commit 12055aa4 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

I did a better fix to have no more dependencies between modules.

parent c20a5d7e
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ class modSalaries extends DolibarrModules ...@@ -69,7 +69,7 @@ class modSalaries extends DolibarrModules
$this->config_page_url = array(); $this->config_page_url = array();
// Dependances // Dependances
$this->depends = array("modTax"); $this->depends = array();
$this->requiredby = array(); $this->requiredby = array();
$this->conflictwith = array(); $this->conflictwith = array();
$this->langfiles = array("salaries"); $this->langfiles = array("salaries");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment