From 8796cc5aadf275e507dc9c9b08fe333a786eef13 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 27 Jan 2011 20:43:46 +0000 Subject: [PATCH] Fix: Bad trans --- htdocs/contact/fiche.php | 1 + 1 file changed, 1 insertion(+) 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");