From c0de46a1e567101c2376a34a58083f4ed2cc40e2 Mon Sep 17 00:00:00 2001 From: GenericUK Date: Wed, 5 Nov 2014 12:46:02 +0000 Subject: [PATCH] Fix missing add another profile option Fixes an issue in events online registration when additional profiles are removed the add another profile option was also being removed. --- templates/CRM/Event/Form/ManageEvent/Registration.tpl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/CRM/Event/Form/ManageEvent/Registration.tpl b/templates/CRM/Event/Form/ManageEvent/Registration.tpl index 1a4633ab6e..0d8e83c8e1 100644 --- a/templates/CRM/Event/Form/ManageEvent/Registration.tpl +++ b/templates/CRM/Event/Form/ManageEvent/Registration.tpl @@ -164,11 +164,9 @@ class="crm-hover-button crm-button-add-profile">{ts}remove profile{/ts} - {if $smarty.foreach.profilePostIdName.last} -    - {ts}add another profile (bottom of page){/ts} - {/if}
-- 2.25.1