From 8165e1f0d893b0ffcf6ceb4058c9a2126a2626b5 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 8 Sep 2014 22:06:26 +0100 Subject: [PATCH] Link participant count to participant search --- templates/CRM/Core/Form/RecurringEntity.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Core/Form/RecurringEntity.tpl b/templates/CRM/Core/Form/RecurringEntity.tpl index 97703c1fdc..86afc4e463 100644 --- a/templates/CRM/Core/Form/RecurringEntity.tpl +++ b/templates/CRM/Core/Form/RecurringEntity.tpl @@ -308,7 +308,7 @@ warningHtml += '
 There are registrations for the repeating events already present in the set, continuing with the process would unlink them and repeating events without registration would be trashed.
'; for (var id in participantData) { for(var data in participantData[id]){ - warningHtml += ''; + warningHtml += ''; } } warningHtml += '
Event IDEventParticipant Count
'+id+' '+data+''+participantData[id][data]+'
'+id+' '+data+''+participantData[id][data]+'

'; -- 2.25.1