From b1ea25694a0d348e9cf0febfb6860b97a3751f02 Mon Sep 17 00:00:00 2001 From: Pratik Joshi Date: Mon, 3 Mar 2014 13:27:21 +0530 Subject: [PATCH] atif_work_on_fix_for_js_break : moved inclusion of common/customData.tpl --- templates/CRM/Event/Form/Participant.tpl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/CRM/Event/Form/Participant.tpl b/templates/CRM/Event/Form/Participant.tpl index f94b6b00d5..743c67c455 100644 --- a/templates/CRM/Event/Form/Participant.tpl +++ b/templates/CRM/Event/Form/Participant.tpl @@ -332,6 +332,10 @@ {if $participantId} {include file="CRM/Contribute/Page/PaymentInfo.tpl" show='event-payment'} {/if} + + {*include custom data js file*} + {include file="CRM/common/customData.tpl"} + {/literal} - {*include custom data js file*} - {include file="CRM/common/customData.tpl"} - {* jscript to warn if unsaved form field changes *} {include file="CRM/common/formNavigate.tpl"} {/if} -- 2.25.1