CRM-17902: fix null param in Participant.tpl
authorjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Thu, 31 Mar 2016 08:58:10 +0000 (14:28 +0530)
committerjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Thu, 31 Mar 2016 08:58:10 +0000 (14:28 +0530)
templates/CRM/Event/Form/Participant.tpl

index d308c0bcf2a47bb55e7fd1a599656adf18073090..b9fdfda202f7f47b6f2c6cc76a34842886e2402d 100644 (file)
         }
 
         {/literal}
-        CRM.buildCustomData( '{$customDataType}', 'null', 'null' );
+        CRM.buildCustomData( '{$customDataType}', null, null );
         {if $eventID}
           CRM.buildCustomData( '{$customDataType}', {$eventID}, {$eventNameCustomDataTypeID} );
         {/if}