From e275213c467db17abefaac2ac8e5eb0f35ffe8ba Mon Sep 17 00:00:00 2001 From: Matthew Wire Date: Tue, 14 Jun 2022 18:56:40 +0100 Subject: [PATCH] Make it clear what record refund form does --- templates/CRM/Contribute/Form/AdditionalPayment.tpl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/CRM/Contribute/Form/AdditionalPayment.tpl b/templates/CRM/Contribute/Form/AdditionalPayment.tpl index 886f43b84d..88f1bdae27 100644 --- a/templates/CRM/Contribute/Form/AdditionalPayment.tpl +++ b/templates/CRM/Contribute/Form/AdditionalPayment.tpl @@ -23,6 +23,11 @@ {icon icon="fa-info-circle"}{/icon}{ts}You will not be able to send an automatic email receipt for this payment because there is no email address recorded for this contact. If you want a receipt to be sent when this payment is recorded, click Cancel and then click Edit from the Summary tab to add an email address before recording the payment.{/ts} {/if} + {if $paymentType EQ 'refund'} +
+ {icon icon="fa-info-circle"}{/icon} {ts}Use this form to record a manual refund. If a payment processor was used to make payment it will not be notified.{/ts} +
+ {/if} {if $newCredit AND $contributionMode EQ null} {if $contactId} {capture assign=ccModeLink}{crmURL p='civicrm/payment/add' q="reset=1&action=add&cid=`$contactId`&id=`$id`&component=`$component`&mode=live"}{/capture} -- 2.25.1