From 470395b093302321aef2320ca62ed00a8644670e 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 e88f1bd39b..6794485467 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