diff --git a/civicrm/templates/CRM/Event/Form/EventFees.tpl b/civicrm/templates/CRM/Event/Form/EventFees.tpl index 93887cb5d94452abbf90ee7c8db896148cec4652..32405421288c8d25e8b88d8015408095d1478070 100644 --- a/civicrm/templates/CRM/Event/Form/EventFees.tpl +++ b/civicrm/templates/CRM/Event/Form/EventFees.tpl @@ -24,7 +24,7 @@ +--------------------------------------------------------------------+ *} {assign var=isRecordPayment value=1 } -{assign var=isShowBillingBlock value=($action neq 2)} +{capture assign="isShowBillingBlock"}{if $action neq 2}1{else}0{/if}{/capture} {if $paid} {* We retrieve this tpl when event is selected - keep it empty if event is not paid *} <table class="form-layout"> {if $priceSet}