From f23e42f3246904038c5fe6f4328873fcba065f00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Fr=C3=A4der?= <a.fraeder@adito.de> Date: Tue, 4 Jan 2022 15:29:01 +0100 Subject: [PATCH] =?UTF-8?q?[Projekt:=20xRM-Marketing][TicketNr.:=202003293?= =?UTF-8?q?][[Bug]=20Serienmail=20kopieren,=20Empf=C3=A4nger=20falscher=20?= =?UTF-8?q?Status=20"ausstehend"]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entity/BulkMail_entity/recordcontainers/db/onDBInsert.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity/BulkMail_entity/recordcontainers/db/onDBInsert.js b/entity/BulkMail_entity/recordcontainers/db/onDBInsert.js index 0fcb3e3f16a..7ceed04d82a 100644 --- a/entity/BulkMail_entity/recordcontainers/db/onDBInsert.js +++ b/entity/BulkMail_entity/recordcontainers/db/onDBInsert.js @@ -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"); -- GitLab