Make it clear what record refund form does
authorMatthew Wire <mjw@mjwconsult.co.uk>
Tue, 14 Jun 2022 17:56:40 +0000 (18:56 +0100)
committerMatthew Wire <mjw@mjwconsult.co.uk>
Tue, 14 Jun 2022 17:57:04 +0000 (18:57 +0100)
templates/CRM/Contribute/Form/AdditionalPayment.tpl

index 886f43b84d51918eb481baf023eddf56a2ba11cf..88f1bdae27a98a8bf462255b80b0da328a723ef4 100644 (file)
       {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}
     </div>
   {/if}
+  {if $paymentType EQ 'refund'}
+    <div class="messages status no-popup">
+      {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}
+    </div>
+  {/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}