Remove isset(taxAmount) from membership online receipt
[civicrm-core.git] / xml / templates / message_templates / membership_online_receipt_text.tpl
index da7db2583065b65f1f7166c1c1223a107da0238d..e9bb9a72b18b4beb1948e6f84c5c4fb012d7260a 100644 (file)
@@ -83,7 +83,7 @@
 --------------------------------------------------------------------------------------------------
 {/if}
 
-{if isset($totalTaxAmount)}
+{if $totalTaxAmount}
 {ts}Total Tax Amount{/ts}: {$totalTaxAmount|crmMoney:$currency}
 {/if}