diff --git a/htdocs/contact/fiche.php b/htdocs/contact/fiche.php index 8ae5efe1d72..23fa4fb7f33 100644 --- a/htdocs/contact/fiche.php +++ b/htdocs/contact/fiche.php @@ -37,6 +37,7 @@ require_once(DOL_DOCUMENT_ROOT."/core/class/html.formcompany.class.php"); $langs->load("companies"); $langs->load("users"); $langs->load("other"); +$langs->load("commercial"); $errors = array(); $socid = GETPOST("socid");