From: Eileen McNaughton Date: Thu, 19 Oct 2023 21:37:24 +0000 (+1300) Subject: dev/core#4706 Custom data fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e9f7850325e8a050effad8d362dc755ce961e9c6;p=civicrm-core.git dev/core#4706 Custom data fix --- 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"}