diff --git a/htdocs/compta/pre.inc.php b/htdocs/compta/pre.inc.php index 79e34bad8a5..e429b089308 100644 --- a/htdocs/compta/pre.inc.php +++ b/htdocs/compta/pre.inc.php @@ -42,7 +42,7 @@ function llxHeader($head = "", $title="", $help_url='') // Les recettes if ($conf->societe->enabled) { - $langs->load("companies"); + $langs->load("commercial"); $menu->add(DOL_URL_ROOT."/compta/clients.php", $langs->trans("Customers")); }