Merge remote-tracking branch 'origin/3.5' into develop
Conflicts: htdocs/compta/facture.php
This commit is contained in:
commit
f6f4f425af
@ -268,8 +268,11 @@ else
|
|||||||
|
|
||||||
// Country
|
// Country
|
||||||
print '<tr><td>'.$langs->trans('Country').'</td><td colspan="3">';
|
print '<tr><td>'.$langs->trans('Country').'</td><td colspan="3">';
|
||||||
|
if (! empty($object->country_code))
|
||||||
|
{
|
||||||
$img=picto_from_langcode($object->country_code);
|
$img=picto_from_langcode($object->country_code);
|
||||||
print ($img?$img.' ':'');
|
print ($img?$img.' ':'');
|
||||||
|
}
|
||||||
print $object->country;
|
print $object->country;
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user