diff --git a/htdocs/societe/soc.php b/htdocs/societe/soc.php
index 1a936db37fb..72e249ce542 100644
--- a/htdocs/societe/soc.php
+++ b/htdocs/societe/soc.php
@@ -1754,7 +1754,8 @@ else
print '
| '.$langs->trans("Country").' | ';
if (! empty($object->country_code))
{
- $img=picto_from_langcode($object->country_code);
+ //$img=picto_from_langcode($object->country_code);
+ $img='';
if ($object->isInEEC()) print $form->textwithpicto(($img?$img.' ':'').$object->country,$langs->trans("CountryIsInEEC"),1,0);
else print ($img?$img.' ':'').$object->country;
}
|