[ bug #1341 ] Lastname not added by file or direct input in mass

e-mailing
This commit is contained in:
Florian HENRY 2014-05-01 18:13:01 +02:00
parent 4fa472518e
commit a4126fae66
3 changed files with 3 additions and 2 deletions

View File

@ -7,6 +7,7 @@ Fix: Error on field accountancy code for export profile of invoices.
Fix: [ bug #1351 ] VIES verification link broken.
Fix: [ bug #1352 ] Removing a shipping does not remove the delivery.
Fix: Option MAIN_INVERT_SENDER_RECIPIENT broken with typhon template.
Fix: [ bug #1341 ] Lastname not added by file or direct input in mass e-mailing
***** ChangeLog for 3.5.2 compared to 3.5.1 *****

View File

@ -166,7 +166,7 @@ class mailing_xinputfile extends MailingTargets
{
$cibles[$j] = array(
'email' => $email,
'name' => $name,
'lastname' => $name,
'firstname' => $firstname,
'other' => $other,
'source_url' => '',

View File

@ -134,7 +134,7 @@ class mailing_xinputuser extends MailingTargets
{
$cibles[] = array(
'email' => $email,
'name' => $lastname,
'lastname' => $lastname,
'firstname' => $firstname,
'other' => $other,
'source_url' => '',