From 7624a60c7bdb02701acd65beed62154cd5513b19 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@users.sourceforge.net>
Date: Thu, 27 Jan 2011 20:43:17 +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 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");
-- 
GitLab