From 7245c66f758d4df5a84a3168e0aa0b4fbd35b227 Mon Sep 17 00:00:00 2001 From: Brian Shaughnessy Date: Mon, 2 May 2016 11:11:11 -0400 Subject: [PATCH] CRM-18489 suppress billing block if waitlist --- templates/CRM/Event/Form/Registration/Register.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/CRM/Event/Form/Registration/Register.tpl b/templates/CRM/Event/Form/Registration/Register.tpl index 428d7072f6..c0b8e534a9 100644 --- a/templates/CRM/Event/Form/Registration/Register.tpl +++ b/templates/CRM/Event/Form/Registration/Register.tpl @@ -141,7 +141,9 @@ {/if} - {include file='CRM/Core/BillingBlockWrapper.tpl'} + {if $priceSet} + {include file='CRM/Core/BillingBlockWrapper.tpl'} + {/if}
{include file="CRM/UF/Form/Block.tpl" fields=$customPost} -- 2.25.1