Fix: Le nom etait perdu dans mail
This commit is contained in:
parent
bff4082705
commit
4096c840aa
@ -158,7 +158,7 @@ class Adherent
|
|||||||
'/%PASSWORD%/'
|
'/%PASSWORD%/'
|
||||||
);
|
);
|
||||||
$infos.= $langs->trans("Lastname").": $this->nom\n";
|
$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("Company").": $this->societe\n";
|
||||||
$infos.= $langs->trans("Address").": $this->adresse\n";
|
$infos.= $langs->trans("Address").": $this->adresse\n";
|
||||||
$infos.= $langs->trans("Zip").": $this->cp\n";
|
$infos.= $langs->trans("Zip").": $this->cp\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user