Skip to content

Commit

Permalink
Merge pull request #29000 from demeritcowboy/lineitem2
Browse files Browse the repository at this point in the history
fix ts
  • Loading branch information
eileenmcnaughton authored Jan 13, 2024
2 parents 9d1c41e + 920c1af commit 52e15bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/CRM/Price/Page/LineItem.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
{ts}Contribution Total{/ts}:
{elseif $context EQ "Event"}
{if $totalTaxAmount}
{ts}Event SubTotal: {assign var=eventSubTotal value=$totalAmount-$totalTaxAmount}{$eventSubTotal|crmMoney:$currency}{/ts}<br />
{assign var=eventSubTotal value=$totalAmount-$totalTaxAmount}
{ts 1=$eventSubTotal|crmMoney:$currency}Event SubTotal: %1{/ts}<br />
{/if}
{ts}Total Amount{/ts}:
{elseif $context EQ "Membership"}
Expand Down

0 comments on commit 52e15bb

Please sign in to comment.