From 2695a1c945aef2821f9160823e1d2009f680e48b Mon Sep 17 00:00:00 2001 From: kurund Date: Tue, 12 Aug 2014 18:13:46 +0530 Subject: [PATCH] popup fixes for download invoice --- templates/CRM/Contribute/Form/ContributionView.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Contribute/Form/ContributionView.tpl b/templates/CRM/Contribute/Form/ContributionView.tpl index 80f08085e0..aabb56fe3e 100644 --- a/templates/CRM/Contribute/Form/ContributionView.tpl +++ b/templates/CRM/Contribute/Form/ContributionView.tpl @@ -51,7 +51,7 @@ {assign var='emailUrlParams' value="reset=1&id=$id&cid=$contact_id&select=email"} {if $invoicing && $cancelledStatus}
- + {if $contribution_status != 'Refunded'} {ts}Print Invoice{/ts} {else} -- 2.25.1