change salutation to separate table
This commit is contained in:
parent
ff651b7d8f
commit
21cf811a56
17 changed files with 64 additions and 61 deletions
|
@ -100,7 +100,7 @@ export abstract class NewsletterHelper {
|
|||
recipient: {
|
||||
firstname: recipient.firstname,
|
||||
lastname: recipient.lastname,
|
||||
salutation: recipient.salutation,
|
||||
salutation: recipient.salutation.salutation,
|
||||
nameaffix: recipient.nameaffix,
|
||||
...(showAdress
|
||||
? {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue