From 0a91ecd21b644c4b5d3e378709f44565511e094f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 15 Nov 2005 22:57:57 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20fichier=20lang=20non=20charg=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/fiche.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php index c3e923907ed..2f397f0fa6b 100644 --- a/htdocs/comm/fiche.php +++ b/htdocs/comm/fiche.php @@ -41,6 +41,7 @@ require_once(DOL_DOCUMENT_ROOT."/contrat/contrat.class.php"); $langs->load("companies"); $langs->load("orders"); $langs->load("contracts"); +if ($conf->fichinter->enabled) $langs->load("interventions"); llxHeader('',$langs->trans('CustomerCard'));