Skip to content
Snippets Groups Projects
Verified Commit 1d000dbd authored by Pradeep Nayak's avatar Pradeep Nayak Committed by Kevin Cristiano
Browse files

fixed smarty error

parent ccd869a6
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment