Fix: Missing language file for salaries export
This commit is contained in:
parent
4e39c41215
commit
26df66f9ac
@ -73,7 +73,7 @@ class modSalaries extends DolibarrModules
|
|||||||
$this->depends = array();
|
$this->depends = array();
|
||||||
$this->requiredby = array();
|
$this->requiredby = array();
|
||||||
$this->conflictwith = array();
|
$this->conflictwith = array();
|
||||||
$this->langfiles = array("salaries");
|
$this->langfiles = array("salaries","bills");
|
||||||
|
|
||||||
// Constants
|
// Constants
|
||||||
$this->const = array();
|
$this->const = array();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user