From 58ae1770de7932b4a6741fdee36201885ba18e9c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 11 Aug 2006 00:16:25 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Prefix=20mal=20affich=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/docsoc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/docsoc.php b/htdocs/docsoc.php index cb9ec343892..d590865be1e 100644 --- a/htdocs/docsoc.php +++ b/htdocs/docsoc.php @@ -152,7 +152,7 @@ if ($socid > 0) print ''.$langs->trans("Name").''.$societe->nom.''; // Prefix - print ''.$langs->trans('Prefix').''.$objsoc->prefix_comm.''; + print ''.$langs->trans('Prefix').''.$societe->prefix_comm.''; // Nbre fichiers print ''.$langs->trans("NbOfAttachedFiles").''.sizeof($filearray).'';