This commit is contained in:
Laurent Destailleur 2020-07-10 02:17:08 +02:00
parent 87913e8a5c
commit 726d7e39e6

View File

@ -1119,7 +1119,7 @@ while ($i < min($num, $limit))
// Country
if (!empty($arrayfields['country.code_iso']['checked']))
{
print '<td class="center">';
print '<td class="center tdoverflowmax100">';
$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 '</td>';