From ac17e1bd96fb03e975b49b0ffd7d453cb40f6b5d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 23 Jan 2011 18:45:01 +0000 Subject: [PATCH] Fix: Missing translation --- htdocs/comm/fiche.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php index dae9f90b230..2b8c569f0cb 100644 --- a/htdocs/comm/fiche.php +++ b/htdocs/comm/fiche.php @@ -198,6 +198,8 @@ if ($socid > 0) if ($objsoc->client) { + $langs->load("compta"); + print ''; print $langs->trans('CustomerCode').''; print $objsoc->code_client;