From: Eileen McNaughton Date: Wed, 11 Oct 2023 00:58:07 +0000 (+1300) Subject: Fix notice on New Pledge form X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4dc75e55643dd8eeb7b1c5eb5517b14ac123178a;p=civicrm-core.git Fix notice on New Pledge form --- diff --git a/templates/CRM/Pledge/Form/Pledge.tpl b/templates/CRM/Pledge/Form/Pledge.tpl index cf1850b2e8..0f3b06e792 100644 --- a/templates/CRM/Pledge/Form/Pledge.tpl +++ b/templates/CRM/Pledge/Form/Pledge.tpl @@ -42,7 +42,7 @@ {$form.amount.label} {$form.currency.html|crmAddClass:eight} {$form.amount.html|crmAddClass:eight} - {if $originalPledgeAmount}
{icon icon="fa-info-circle"}{/icon}{ts 1=$originalPledgeAmount|crmMoney:$currency} Pledge total has changed due to payment adjustments. Original pledge amount was %1.{/ts}
{/if} + {if $action EQ 2 && $originalPledgeAmount}
{icon icon="fa-info-circle"}{/icon}{ts 1=$originalPledgeAmount|crmMoney:$currency} Pledge total has changed due to payment adjustments. Original pledge amount was %1.{/ts}
{/if}