Another isset bites the dust
[civicrm-core.git] / templates / CRM / Event / Page / EventInfo.tpl
index 4b858973e4d9e609b379e664a5cfec1332269451..36bb493cccfbbf50e4420544c4382d1d47b5c7cd 100644 (file)
                           <td class="{$lClass} crm-event-label">{$feeBlock.label.$idx}</td>
                           {if $isPriceSet & $feeBlock.isDisplayAmount.$idx}
             <td class="fee_amount-value right">
-                              {if isset($feeBlock.tax_amount.$idx)}
+                              {if $feeBlock.tax_amount && $feeBlock.tax_amount.$idx}
           {$feeBlock.value.$idx}
                               {else}
                 {$feeBlock.value.$idx|crmMoney}