Issue #0001788: [Dirigeants Opérationnels] Afficher la civilité dans la liste des dirigeants

This commit is contained in:
Aram HARUTYUNYAN 2014-03-18 14:07:42 +00:00
parent 332283189a
commit 1b1485e624

View File

@ -63,7 +63,7 @@
'dirNom' => $dir->Nom,
'dirPrenom' => $dir->Prenom,
), null, true)?>" title="<?=$this->translate("Recherche à partir du nom du dirigeant")?>">
<?=$dir->Nom.' '.$dir->Prenom?>
<?=$dir->Civilite.' '.$dir->Nom.' '.$dir->Prenom?>
</a>
<?php } ?>
</td>