Merge pull request #17646 from aspangaro/14b10

FIX Social contrib. - Missing language file
This commit is contained in:
Laurent Destailleur 2021-05-18 12:16:14 +02:00 committed by GitHub
commit a34401aacb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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');