From e9f7850325e8a050effad8d362dc755ce961e9c6 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Fri, 20 Oct 2023 10:37:24 +1300 Subject: [PATCH] dev/core#4706 Custom data fix --- templates/CRM/Event/Form/ManageEvent/EventInfo.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Event/Form/ManageEvent/EventInfo.tpl b/templates/CRM/Event/Form/ManageEvent/EventInfo.tpl index 8b33676b07..9bfff190cc 100644 --- a/templates/CRM/Event/Form/ManageEvent/EventInfo.tpl +++ b/templates/CRM/Event/Form/ManageEvent/EventInfo.tpl @@ -120,7 +120,7 @@ {/if} - {include file="CRM/common/customDataBlock.tpl"} + {include file="CRM/common/customDataBlock.tpl" entityID=$eventID}
{include file="CRM/common/formButtons.tpl" location="bottom"}
-- 2.25.1