diff --git a/htdocs/projet/index.php b/htdocs/projet/index.php index a61fcda47f6..40ea4b03542 100644 --- a/htdocs/projet/index.php +++ b/htdocs/projet/index.php @@ -31,6 +31,7 @@ require_once(DOL_DOCUMENT_ROOT."/lib/project.lib.php"); $langs->load("projects"); +$langs->load("companies"); $mine = $_REQUEST['mode']=='mine' ? 1 : 0;