From 12055aa44ae50e05debe251a5f2e0997ad48e7d3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Sat, 10 May 2014 19:04:33 +0200 Subject: [PATCH] I did a better fix to have no more dependencies between modules. --- htdocs/core/modules/modSalaries.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/modules/modSalaries.class.php b/htdocs/core/modules/modSalaries.class.php index 319a3c37366..52d2b2b2f24 100644 --- a/htdocs/core/modules/modSalaries.class.php +++ b/htdocs/core/modules/modSalaries.class.php @@ -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"); -- GitLab