Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
a4126fae
Commit
a4126fae
authored
10 years ago
by
Florian Henry
Browse files
Options
Downloads
Patches
Plain Diff
[ bug #1341 ] Lastname not added by file or direct input in mass
e-mailing
parent
4fa47251
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+1
-0
1 addition, 0 deletions
ChangeLog
htdocs/core/modules/mailings/xinputfile.modules.php
+1
-1
1 addition, 1 deletion
htdocs/core/modules/mailings/xinputfile.modules.php
htdocs/core/modules/mailings/xinputuser.modules.php
+1
-1
1 addition, 1 deletion
htdocs/core/modules/mailings/xinputuser.modules.php
with
3 additions
and
2 deletions
ChangeLog
+
1
−
0
View file @
a4126fae
...
...
@@ -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 *****
...
...
This diff is collapsed.
Click to expand it.
htdocs/core/modules/mailings/xinputfile.modules.php
+
1
−
1
View file @
a4126fae
...
...
@@ -166,7 +166,7 @@ class mailing_xinputfile extends MailingTargets
{
$cibles
[
$j
]
=
array
(
'email'
=>
$email
,
'name'
=>
$name
,
'
last
name'
=>
$name
,
'firstname'
=>
$firstname
,
'other'
=>
$other
,
'source_url'
=>
''
,
...
...
This diff is collapsed.
Click to expand it.
htdocs/core/modules/mailings/xinputuser.modules.php
+
1
−
1
View file @
a4126fae
...
...
@@ -134,7 +134,7 @@ class mailing_xinputuser extends MailingTargets
{
$cibles
[]
=
array
(
'email'
=>
$email
,
'name'
=>
$lastname
,
'
last
name'
=>
$lastname
,
'firstname'
=>
$firstname
,
'other'
=>
$other
,
'source_url'
=>
''
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment