diff --git a/htdocs/contact/fiche.php b/htdocs/contact/fiche.php index bc804f4f555..6b9f8a69d44 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");