diff --git a/htdocs/soc.php b/htdocs/soc.php
index c3f9e964512..bcf2d6c2389 100644
--- a/htdocs/soc.php
+++ b/htdocs/soc.php
@@ -783,7 +783,7 @@ else
{
$socm = new Societe($db);
$socm->fetch($soc->parent);
- print ''.img_object($langs->trans("ShowCompany"),'company').' '.$socm->nom.''.($socm->code_client?"(".$socm->code_client.")":"").' - '.$socm->ville;
+ print ''.img_object($langs->trans("ShowCompany"),'company').' '.$socm->nom.''.($socm->code_client?"(".$socm->code_client.")":"").' - '.$socm->ville;
}
else {
print $langs->trans("NoParentCompany");