From 00ef80ebd6149ae05e2664166f1e2acf5a281553 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 14 Feb 2011 17:40:15 +0000 Subject: [PATCH] Fix: Trans --- htdocs/comm/clients.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/comm/clients.php b/htdocs/comm/clients.php index 0a81e9ae7d5..a4e2a433fc7 100644 --- a/htdocs/comm/clients.php +++ b/htdocs/comm/clients.php @@ -28,6 +28,11 @@ require("../main.inc.php"); require_once(DOL_DOCUMENT_ROOT."/core/class/html.formother.class.php"); +$langs->load("companies"); +$langs->load("customers"); +$langs->load("suppliers"); +$langs->load("commercial"); + // Security check $socid = GETPOST("socid"); if ($user->societe_id) $socid=$user->societe_id;