Merge pull request #27693 from eileenmcnaughton/remove_math
authorcolemanw <coleman@civicrm.org>
Tue, 3 Oct 2023 22:09:18 +0000 (18:09 -0400)
committerGitHub <noreply@github.com>
Tue, 3 Oct 2023 22:09:18 +0000 (18:09 -0400)
Replace smarty-math with assigned value

1  2 
xml/templates/message_templates/event_offline_receipt_html.tpl

index 68b1b1ea32879c35903523cc4be4b6d586d2bcd9,3f6ea0181ef7502f4565efadd763884f5c1b6940..afcfbbc115d7739dd1c7bd4043216055521611c4
                              {/if}
                            {/if}
                          <td {$tdStyle}>
-                             {$line.line_total+$line.tax_amount|crmMoney:$currency}
+                             {$line.line_total_inclusive|crmMoney:$currency}
                          </td>
 -                        {if !empty($pricesetFieldsCount)}
 +                        {if $isShowParticipantCount}
                            <td {$tdStyle}>{$line.participant_count}</td>
                          {/if}
                        </tr>