From 6b5255a87f6b94ac1d3f9b45988330222258e4de Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Tue, 21 Nov 2023 18:22:32 +1300 Subject: [PATCH] Extend line item notice fix from Confirm to Thank you page --- templates/CRM/Contribute/Form/Contribution/ThankYou.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl b/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl index 7f4b6bd036..9d62a6bbd5 100644 --- a/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl +++ b/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl @@ -82,7 +82,7 @@ {if $lineItem and $priceSetID} {if !$amount}{assign var="amount" value=0}{/if} {assign var="totalAmount" value=$amount} - {include file="CRM/Price/Page/LineItem.tpl" context="Contribution"} + {include file="CRM/Price/Page/LineItem.tpl" context="Contribution" displayLineItemFinancialType=false pricesetFieldsCount=false currencySymbol='' hookDiscount=''} {elseif $membership_amount} {$membership_name} {ts}Membership{/ts}: {$membership_amount|crmMoney}
{if $amount} -- 2.25.1