From 2a17f0795d3b7377b083a4ba054fc103da5e0464 Mon Sep 17 00:00:00 2001
From: Justin Freeman <justin@agileware.com.au>
Date: Wed, 6 Oct 2021 14:10:18 +1100
Subject: [PATCH] #2892 Replace event type token in action schedule changes
 event.event_type_id to participant.event_type_id:label. But should be
 event.event_type_id to event.event_type_id:label

---
 CRM/Upgrade/Incremental/php/FiveFortyThree.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CRM/Upgrade/Incremental/php/FiveFortyThree.php b/CRM/Upgrade/Incremental/php/FiveFortyThree.php
index 95c0e02df1b..87f3f923914 100644
--- a/CRM/Upgrade/Incremental/php/FiveFortyThree.php
+++ b/CRM/Upgrade/Incremental/php/FiveFortyThree.php
@@ -78,7 +78,7 @@ class CRM_Upgrade_Incremental_php_FiveFortyThree extends CRM_Upgrade_Incremental
       'updateActionScheduleToken', 'event.fee_amount', 'participant.fee_amount', $rev
     );
     $this->addTask('Replace event type token in action schedule',
-      'updateActionScheduleToken', 'event.event_type_id', 'participant.event_type_id:label', $rev
+      'updateActionScheduleToken', 'event.event_type_id', 'event.event_type_id:label', $rev
     );
     $this->addTask('Replace event balance in action schedule',
       'updateActionScheduleToken', 'event.balance', 'participant.balance', $rev
-- 
GitLab