Fix e-notices in contribution_offline_receipt text by removing always-empty field
authorEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 22 Jun 2023 03:09:49 +0000 (20:09 -0700)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 22 Jun 2023 03:09:49 +0000 (20:09 -0700)
On looking to fix this enotice through the form it turned out the
contribution form does not have a field for this - so the formValues
will never hold receipt_text.

Hence this PR removes it from the template.

Other forms do seem to have this & I will separately add userText or similar to the model

xml/templates/message_templates/contribution_offline_receipt_html.tpl
xml/templates/message_templates/contribution_offline_receipt_text.tpl

index f401782dc14500c68041d838af5e72ecf7ee48ff..2a220b5fa3093d392b13dfe68bd59beafb6e9b2d 100644 (file)
   <tr>
    <td>
     {assign var="greeting" value="{contact.email_greeting_display}"}{if $greeting}<p>{$greeting},</p>{/if}
-    {if !empty($formValues.receipt_text)}
-     <p>{$formValues.receipt_text|htmlize}</p>
-    {else}
      <p>{ts}Below you will find a receipt for this contribution.{/ts}</p>
-    {/if}
    </td>
   </tr>
   <tr>
index e5692d06423d58a8a721d5e8f05a33f6a77cbe2b..1f6ea39debbb47f851cde1befa200ed6cd96f3af 100644 (file)
@@ -1,8 +1,6 @@
 {assign var="greeting" value="{contact.email_greeting_display}"}{if $greeting}{$greeting},{/if}
 
-{if !empty($formValues.receipt_text)}
-{$formValues.receipt_text}
-{else}{ts}Below you will find a receipt for this contribution.{/ts}{/if}
+{ts}Below you will find a receipt for this contribution.{/ts}
 
 ===========================================================
 {ts}Contribution Information{/ts}