From b67c3f7870037686959f7154f8ec247f4e182011 Mon Sep 17 00:00:00 2001 From: jitendrapurohit Date: Thu, 31 Mar 2016 14:28:10 +0530 Subject: [PATCH] CRM-17902: fix null param in Participant.tpl --- templates/CRM/Event/Form/Participant.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Event/Form/Participant.tpl b/templates/CRM/Event/Form/Participant.tpl index d308c0bcf2..b9fdfda202 100644 --- a/templates/CRM/Event/Form/Participant.tpl +++ b/templates/CRM/Event/Form/Participant.tpl @@ -424,7 +424,7 @@ } {/literal} - CRM.buildCustomData( '{$customDataType}', 'null', 'null' ); + CRM.buildCustomData( '{$customDataType}', null, null ); {if $eventID} CRM.buildCustomData( '{$customDataType}', {$eventID}, {$eventNameCustomDataTypeID} ); {/if} -- 2.25.1