Merge in 5.47
[civicrm-core.git] / xml / templates / message_templates / membership_online_receipt_html.tpl
index 35f4fbbb116455580e1578e2afabb03288a2d14c..7a948d4863c3ef8e89b6186f66aef502aa5b28dc 100644 (file)
               <td>
                {$line.unit_price*$line.qty|crmMoney}
               </td>
-              {if isset($line.tax_rate) and ($line.tax_rate != "" || $line.tax_amount != "")}
+              {if ($line.tax_rate || $line.tax_amount != "")}
                <td>
                 {$line.tax_rate|string_format:"%.2f"}%
                </td>