From 54199a8907ce9c28f8bffe073bf05dc0cf28ca1e Mon Sep 17 00:00:00 2001 From: Guanhuan Chen Date: Mon, 7 Sep 2015 12:48:34 +0100 Subject: [PATCH] Apply modifications to invoice templates --- .../message_templates/contribution_invoice_receipt_html.tpl | 2 +- .../message_templates/contribution_invoice_receipt_html.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Upgrade/4.6.9.msg_template/message_templates/contribution_invoice_receipt_html.tpl b/CRM/Upgrade/4.6.9.msg_template/message_templates/contribution_invoice_receipt_html.tpl index e51ffe6bcb..0274f093e9 100644 --- a/CRM/Upgrade/4.6.9.msg_template/message_templates/contribution_invoice_receipt_html.tpl +++ b/CRM/Upgrade/4.6.9.msg_template/message_templates/contribution_invoice_receipt_html.tpl @@ -225,7 +225,7 @@ - {if $contribution_status_id == $refundedStatusId} + {if $contribution_status_id == $refundedStatusId || $contribution_status_id == $cancelledStatusId} diff --git a/xml/templates/message_templates/contribution_invoice_receipt_html.tpl b/xml/templates/message_templates/contribution_invoice_receipt_html.tpl index e51ffe6bcb..0274f093e9 100644 --- a/xml/templates/message_templates/contribution_invoice_receipt_html.tpl +++ b/xml/templates/message_templates/contribution_invoice_receipt_html.tpl @@ -225,7 +225,7 @@
- {if $contribution_status_id == $refundedStatusId} + {if $contribution_status_id == $refundedStatusId || $contribution_status_id == $cancelledStatusId} -- 2.25.1