From: Brian Shaughnessy Date: Mon, 2 May 2016 15:11:11 +0000 (-0400) Subject: CRM-18489 suppress billing block if waitlist X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7245c66f758d4df5a84a3168e0aa0b4fbd35b227;p=civicrm-core.git CRM-18489 suppress billing block if waitlist --- 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}