Skip to content
Snippets Groups Projects
Unverified Commit 5fc12441 authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #21738 from agileware/ISSUE-2892

#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
parents e7b115e8 2a17f079
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ class CRM_Upgrade_Incremental_php_FiveFortyThree extends CRM_Upgrade_Incremental
'updateActionScheduleToken', 'membership.type', 'membership.membership_type_id:label', $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
......
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