From 2e9ef6f49a7feacc588ee32fbae806204f43bcfa Mon Sep 17 00:00:00 2001 From: simnandez Date: Fri, 9 Mar 2012 17:21:53 +0100 Subject: [PATCH] Fix: Missing translation --- htdocs/projet/element.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/htdocs/projet/element.php b/htdocs/projet/element.php index 136014cf0e6..468ffcee2c4 100644 --- a/htdocs/projet/element.php +++ b/htdocs/projet/element.php @@ -2,6 +2,7 @@ /* Copyright (C) 2001-2004 Rodolphe Quiedeville * Copyright (C) 2004-2010 Laurent Destailleur * Copyright (C) 2005-2010 Regis Houssin + * Copyright (C) 2012 Juanjo Menent * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -40,9 +41,10 @@ if ($conf->agenda->enabled) require_once(DOL_DOCUMENT_ROOT."/comm/action/cl $langs->load("projects"); $langs->load("companies"); $langs->load("suppliers"); -if ($conf->facture->enabled) $langs->load("bills"); -if ($conf->commande->enabled) $langs->load("orders"); -if ($conf->propal->enabled) $langs->load("propal"); +if ($conf->facture->enabled) $langs->load("bills"); +if ($conf->commande->enabled) $langs->load("orders"); +if ($conf->propal->enabled) $langs->load("propal"); +if ($conf->ficheinter->enabled) $langs->load("interventions"); $projectid=''; $ref='';