From 38fa0dd5f2ada3d8de1d7c9cb87b762e96ab86f5 Mon Sep 17 00:00:00 2001 From: kurund Date: Tue, 12 Aug 2014 19:49:26 +0530 Subject: [PATCH] popup send invoice fixes --- 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 aabb56fe3e..609d39ec92 100644 --- a/templates/CRM/Contribute/Form/ContributionView.tpl +++ b/templates/CRM/Contribute/Form/ContributionView.tpl @@ -328,7 +328,7 @@ {include file="CRM/common/formButtons.tpl" location="bottom"} {if $invoicing && $cancelledStatus}
- + {if $contribution_status != 'Refunded'} {ts}Print Invoice{/ts} {else} -- 2.25.1