diff --git a/htdocs/societe/list.php b/htdocs/societe/list.php index a76a287c739..9b01893e479 100644 --- a/htdocs/societe/list.php +++ b/htdocs/societe/list.php @@ -1119,7 +1119,7 @@ while ($i < min($num, $limit)) // Country if (!empty($arrayfields['country.code_iso']['checked'])) { - print ''; + print ''; $labelcountry = ($obj->country_code && ($langs->trans("Country".$obj->country_code) != "Country".$obj->country_code)) ? $langs->trans("Country".$obj->country_code) : $obj->country_label; print $labelcountry; print '';