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).' |
';