Skip to content

Commit

Permalink
Merge pull request #391 from marcosgdf/minor
Browse files Browse the repository at this point in the history
Fixed xinputuser emailing module
  • Loading branch information
eldy committed Sep 12, 2012
2 parents a2f1107 + aa9ef31 commit c9678e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion htdocs/core/modules/mailings/xinputuser.modules.php
Expand Up @@ -133,7 +133,7 @@ function add_to_target($mailing_id,$filtersarray=array())
{
$cibles[] = array(
'email' => $email,
'name' => $name,
'name' => $lastname,
'firstname' => $firstname,
'other' => $other,
'source_url' => '',
Expand Down

0 comments on commit c9678e3

Please sign in to comment.