From 860d9f8190078b00837387824f94cb3d1b5af1c1 Mon Sep 17 00:00:00 2001 From: Lars SG Date: Sun, 18 Apr 2021 09:31:35 -0600 Subject: [PATCH] Copy template_type to final mailing for A/B test --- api/v3/MailingAB.php | 1 + 1 file changed, 1 insertion(+) diff --git a/api/v3/MailingAB.php b/api/v3/MailingAB.php index 8ae6d7f89b..46e16369b5 100644 --- a/api/v3/MailingAB.php +++ b/api/v3/MailingAB.php @@ -196,6 +196,7 @@ function _civicrm_api3_mailing_a_b_fill_winner($winner_id, $final_id) { 'reply_id', 'resubscribe_id', 'unsubscribe_id', + 'template_type', ]; $f = CRM_Utils_SQL_Select::from('civicrm_mailing') ->where('id = #id', ['id' => $winner_id]) -- 2.25.1