Skip to content
Snippets Groups Projects
Commit 34042627 authored by Martin Groppe's avatar Martin Groppe
Browse files

Merge branch 'marketing_2003293_SerienmailEmpfängerStatus' into '2021.2.3'

[Projekt: xRM-Marketing][TicketNr.: 2003293][[Bug] Serienmail kopieren,...

See merge request xrm/basic!1567
parents 42640838 f23e42f3
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ if (vars.get("$param.CopyBulkMailId_param") && Utils.toBoolean(vars.get("$field.
return sqlBuilder.buildInsertStatement({
"BULKMAIL_ID": bulkMailId,
"CONTACT_ID": contactId,
"STATUS": $KeywordRegistry.bulkMailRecipientStatus$pending(),
"STATUS": $KeywordRegistry.bulkMailRecipientStatus$added(),
"EMAIL_ADDRESS": email,
"IS_TEST_RECIPIENT": test
}, "BULKMAILRECIPIENT", "BULKMAILRECIPIENTID");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment