From fa9c8f639808aafba5119787fe1acf1558ffe832 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 13 May 2008 21:32:39 +0000 Subject: [PATCH] Fix: Translation not loaded --- htdocs/admin/produit.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/htdocs/admin/produit.php b/htdocs/admin/produit.php index de528d937f1..338ea1d3dba 100644 --- a/htdocs/admin/produit.php +++ b/htdocs/admin/produit.php @@ -18,15 +18,13 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - * $Id$ */ /** \file htdocs/admin/produit.php \ingroup produit \brief Page d'administration/configuration du module Produit - \version $Revision$ + \version $Id$ */ require("./pre.inc.php"); @@ -35,6 +33,7 @@ require_once(DOL_DOCUMENT_ROOT."/includes/barcode/html.formbarcode.class.php"); $langs->load("admin"); $langs->load("propal"); +$langs->load("products"); if (!$user->admin) accessforbidden();