diff --git a/htdocs/soc.php b/htdocs/soc.php
index 39be710435f..b9955cd5713 100644
--- a/htdocs/soc.php
+++ b/htdocs/soc.php
@@ -995,6 +995,7 @@ else
// Country
print '
| '.$langs->trans("Country").' | ';
if ($soc->isInEEC()) print $form->textwithhelp($soc->pays,$langs->trans("CountryIsInEEC"),1,0);
+ else print $soc->pays;
print ' |
';
print '| '.$langs->trans('State').' | '.$soc->departement.' | ';