From aabf25759976ad663abd8ca888666047afd94f22 Mon Sep 17 00:00:00 2001 From: JKingsnorth Date: Mon, 3 Aug 2015 11:24:42 +0100 Subject: [PATCH] CRM-16957: Allow changing selections even if none selected originally --- templates/CRM/Event/Form/EventFees.tpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/CRM/Event/Form/EventFees.tpl b/templates/CRM/Event/Form/EventFees.tpl index a430b98567..c52a2c16dc 100644 --- a/templates/CRM/Event/Form/EventFees.tpl +++ b/templates/CRM/Event/Form/EventFees.tpl @@ -38,18 +38,18 @@ {ts}Selections{/ts} {include file="CRM/Price/Page/LineItem.tpl" context="Event"} - - - - {ts}Change Selections{/ts} - - {else} {ts}Event Level{/ts} {$fee_level} {if $fee_amount}- {$fee_amount|crmMoney:$fee_currency}{/if} {/if} + + + + {ts}Change Selections{/ts} + + {else} {* New participant *} {if $priceSet.fields}
-- 2.25.1