diff --git a/htdocs/core/modules/modSalaries.class.php b/htdocs/core/modules/modSalaries.class.php index 9947cdce87cd12940becf5fb5a1971afcf35074a..afff30c07364bb3353225f88ffa43795b5a9f717 100644 --- a/htdocs/core/modules/modSalaries.class.php +++ b/htdocs/core/modules/modSalaries.class.php @@ -4,6 +4,7 @@ * Copyright (C) 2004 Sebastien Di Cintio <sdicintio@ressource-toi.org> * Copyright (C) 2004 Benoit Mortier <benoit.mortier@opensides.be> * Copyright (C) 2005-2012 Regis Houssin <regis.houssin@capnetworks.com> + * Copyright (C) 2014 Juanjo Menent <jmenent@2byte.es> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -68,7 +69,7 @@ class modSalaries extends DolibarrModules $this->config_page_url = array(); // Dependances - $this->depends = array(); + $this->depends = array("modTax"); $this->requiredby = array(); $this->conflictwith = array(); $this->langfiles = array("salaries");