Merge pull request #17646 from aspangaro/14b10
FIX Social contrib. - Missing language file
This commit is contained in:
commit
a34401aacb
@ -38,7 +38,7 @@ if (!empty($conf->projet->enabled)) {
|
||||
}
|
||||
|
||||
// Load translation files required by the page
|
||||
$langs->loadLangs(array('compta', 'banks', 'bills', 'hrm'));
|
||||
$langs->loadLangs(array('compta', 'banks', 'bills', 'hrm', 'projects'));
|
||||
|
||||
$action = GETPOST('action', 'aZ09');
|
||||
$massaction = GETPOST('massaction', 'alpha');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user