Skip to content
Snippets Groups Projects
Commit c9678e3f authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #391 from marcosgdf/minor

Fixed xinputuser emailing module
parents a2f1107b aa9ef31f
Branches
Tags
No related merge requests found
......@@ -53,6 +53,7 @@ New experimental modules:
- Fix: No images into product description lines as PDF generation does
not work with this.
- Fix: Errors weren't being shown in customer's & supplier's orders
- Fix: Lastname wasn't being recorded in xinputuser emailing module
For developers:
- New: Add webservice for thirdparty creation and list.
......
......@@ -133,7 +133,7 @@ class mailing_xinputuser extends MailingTargets
{
$cibles[] = array(
'email' => $email,
'name' => $name,
'name' => $lastname,
'firstname' => $firstname,
'other' => $other,
'source_url' => '',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment