Merge pull request #391 from marcosgdf/minor
Fixed xinputuser emailing module
This commit is contained in:
commit
c9678e3f1d
@ -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' => '',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user