Fix: Le nom etait perdu dans mail

This commit is contained in:
Laurent Destailleur 2007-10-04 20:03:00 +00:00
parent bff4082705
commit 4096c840aa

View File

@ -158,7 +158,7 @@ class Adherent
'/%PASSWORD%/'
);
$infos.= $langs->trans("Lastname").": $this->nom\n";
$infos = $langs->trans("Firstname").": $this->prenom\n";
$infos.= $langs->trans("Firstname").": $this->prenom\n";
$infos.= $langs->trans("Company").": $this->societe\n";
$infos.= $langs->trans("Address").": $this->adresse\n";
$infos.= $langs->trans("Zip").": $this->cp\n";