From 920c1af42ad3fbcaa3e37fabb8cd35099be7c29d Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Fri, 12 Jan 2024 20:42:30 -0500 Subject: [PATCH] fix ts --- templates/CRM/Price/Page/LineItem.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"} -- 2.25.1