diff --git a/htdocs/adherents/fiche.php b/htdocs/adherents/fiche.php index e8d22732fc6..d294737fa6f 100644 --- a/htdocs/adherents/fiche.php +++ b/htdocs/adherents/fiche.php @@ -919,8 +919,8 @@ if ($action == 'create') print '
| '.$langs->trans("Person")." | \n"; $html->select_array("morphy", $morphys, isset($_POST["morphy"])?$_POST["morphy"]:$adh->morphy, 1); print " | \n"; @@ -1226,7 +1226,11 @@ if ($rowid && $action != 'edit') print '
| '.$langs->trans("Zip").' / '.$langs->trans("Town").' | '.$adh->cp.' '.$adh->ville.' |
| '.$langs->trans("Country").' | '.getCountry($adh->pays_id).' |
| '.$langs->trans("Country").' | '; + $img=picto_from_langcode($adh->pays_code); + if ($img) print $img.' '; + print getCountry($adh->pays_code); + print ' |
| '.$langs->trans('State').' | '.$adh->departement.' | ';