Skip to content
Snippets Groups Projects
Commit ccfbd361 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Not nice looking

parent ba49cce4
No related branches found
No related tags found
No related merge requests found
......@@ -1754,7 +1754,8 @@ else
print '<tr><td>'.$langs->trans("Country").'</td><td colspan="'.(2+(($showlogo || $showbarcode)?0:1)).'" class="nowrap">';
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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment