FIX Social contrib. - Missing language file

This commit is contained in:
Alexandre SPANGARO 2021-05-18 08:40:28 +02:00
parent f51e892a97
commit 9b0988e7be

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