Apply modifications to invoice templates
authorGuanhuan Chen <oooomic@gmail.com>
Mon, 7 Sep 2015 11:48:34 +0000 (12:48 +0100)
committermonishdeb <monish.deb@webaccessglobal.com>
Wed, 9 Sep 2015 14:52:28 +0000 (20:22 +0530)
CRM/Upgrade/4.6.9.msg_template/message_templates/contribution_invoice_receipt_html.tpl
xml/templates/message_templates/contribution_invoice_receipt_html.tpl

index e51ffe6bcb903f28823d8bb2c5b04741b9f48cdb..0274f093e9e1b7cb86ba7e1f9571105c55f130ed 100644 (file)
   </table>
 
 
-      {if $contribution_status_id == $refundedStatusId}
+      {if $contribution_status_id == $refundedStatusId || $contribution_status_id == $cancelledStatusId}
     <table style = "margin-top:2px;padding-left:7px;page-break-before: always;">
       <tr>
         <td><img src = "{$resourceBase}/i/civi99.png" height = "34px" width = "99px"></td>
index e88f1bd39bafdf111873d12584cb8b73daf9ce2b..67944854673c0ac825c4766d2fc60c8048a4a0ef 100644 (file)
   </table>
 
 
-      {if $contribution_status_id == $refundedStatusId}
+      {if $contribution_status_id == $refundedStatusId || $contribution_status_id == $cancelledStatusId}
     <table style = "margin-top:2px;padding-left:7px;page-break-before: always;">
       <tr>
         <td><img src = "{$resourceBase}/i/civi99.png" height = "34px" width = "99px"></td>