From: demeritcowboy Date: Sat, 13 Jan 2024 01:42:30 +0000 (-0500) Subject: fix ts X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=920c1af42ad3fbcaa3e37fabb8cd35099be7c29d;p=civicrm-core.git fix ts --- diff --git a/templates/CRM/Price/Page/LineItem.tpl b/templates/CRM/Price/Page/LineItem.tpl index 0d12b1bc0c..e714491211 100644 --- a/templates/CRM/Price/Page/LineItem.tpl +++ b/templates/CRM/Price/Page/LineItem.tpl @@ -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}
+ {assign var=eventSubTotal value=$totalAmount-$totalTaxAmount} + {ts 1=$eventSubTotal|crmMoney:$currency}Event SubTotal: %1{/ts}
{/if} {ts}Total Amount{/ts}: {elseif $context EQ "Membership"}