Display tax amount in receipts for membership and event offline contribution with...
[civicrm-core.git] / xml / templates / message_templates / membership_offline_receipt_text.tpl
index 072957de86388a0e7bba54846400f84d1a88355e..6e4348993896bc46db5f16bf4cc76609364edd6b 100644 (file)
@@ -63,7 +63,7 @@
 --------------------------------------------------------------------------------------------------
 {/if}
 
-{if $totalTaxAmount}
+{if isset($totalTaxAmount)}
 {ts}Total Tax Amount{/ts}: {$totalTaxAmount|crmMoney:$currency}
 {/if}