Skip to content
Snippets Groups Projects
Commit 4e53b573 authored by Juanjo Menent's avatar Juanjo Menent
Browse files

Fix: [ bug #1374 ] Salaries module requires "Special costs" module to

work but it does not enable it
parent 373b16f7
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment