Add additional message to invoice template if present
authorlarssandergreen <lars@wildsight.ca>
Thu, 15 Jun 2023 14:28:42 +0000 (08:28 -0600)
committerlarssandergreen <lars@wildsight.ca>
Thu, 15 Jun 2023 14:28:42 +0000 (08:28 -0600)
xml/templates/message_templates/contribution_invoice_receipt_html.tpl

index 40a59eaa3c6b1927174fa94fffd0e99536ec2627..e32cfcaf38f988db4d71787b8da2dd5935915816 100644 (file)
       </table>
     {/if}
     <table style="font-family: Arial, Verdana, sans-serif;" width="100%" height="100" border="0" cellpadding="5" cellspacing="0">
+      {if $email_comment}
+        <tr>
+          <td><font size="1" colspan="3">{$email_comment}</font></td>
+        </tr>
+      {/if}
       <tr>
         <td width="30%"><b><font size="4" align="center">{ts}INVOICE{/ts}</font></b></td>
         <td width="50%" valign="bottom"><b><font size="1" align="center">{ts}Invoice Date:{/ts}</font></b></td>