diff --git a/htdocs/index.php b/htdocs/index.php index ad58570e4a1..e0e2e8501d1 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -99,7 +99,7 @@ print "\n"; * Tableau de bord d'états Dolibarr (statistiques) * Non affiché pour un utilisateur externe */ - +$langs->load("commercial"); if ($user->societe_id == 0) { print '
'; @@ -184,7 +184,6 @@ if ($user->societe_id == 0) } else $board=$boardloaded[$classe]; $var=!$var; - $langs->load("other"); print ''.img_object($titres[$key],$icons[$key]).''; print ''.$titres[$key].''; print ''.$board->nb[$val].'';