From 98092b952dd35db95fba18dd3eb62ff343e820c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a?= Date: Wed, 12 Sep 2012 14:49:02 +0200 Subject: [PATCH 1/2] Fixed xinputuser emailing module Lastname wasn't being recorded --- htdocs/core/modules/mailings/xinputuser.modules.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/modules/mailings/xinputuser.modules.php b/htdocs/core/modules/mailings/xinputuser.modules.php index 994bac804c4..12648f147fd 100644 --- a/htdocs/core/modules/mailings/xinputuser.modules.php +++ b/htdocs/core/modules/mailings/xinputuser.modules.php @@ -133,7 +133,7 @@ class mailing_xinputuser extends MailingTargets { $cibles[] = array( 'email' => $email, - 'name' => $name, + 'name' => $lastname, 'firstname' => $firstname, 'other' => $other, 'source_url' => '', From aa9ef31f9d6022d45d9938b504952f944132a6b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a?= Date: Wed, 12 Sep 2012 14:51:21 +0200 Subject: [PATCH 2/2] Added Changelog --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index a5b8e442b9e..52840dd2cc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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.