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