Merge pull request #24084 from michaelmcandrew/dev/core#3764
[civicrm-core.git] / xml / templates / message_templates / membership_online_receipt_text.tpl
index 2871eabb8eb3b723bab996816b64b1c886e952a1..e9bb9a72b18b4beb1948e6f84c5c4fb012d7260a 100644 (file)
@@ -5,7 +5,7 @@
 {if $is_pay_later}
 
 ===========================================================
-{if isset($pay_later_receipt)}{$pay_later_receipt}{/if}
+{$pay_later_receipt}
 ===========================================================
 {/if}
 
@@ -83,7 +83,7 @@
 --------------------------------------------------------------------------------------------------
 {/if}
 
-{if isset($totalTaxAmount)}
+{if $totalTaxAmount}
 {ts}Total Tax Amount{/ts}: {$totalTaxAmount|crmMoney:$currency}
 {/if}