From 8a80e619e94fc58ef8e25ee031eb7fb55fb06a82 Mon Sep 17 00:00:00 2001 From: jitendrapurohit Date: Wed, 18 Jun 2014 19:06:54 +0530 Subject: [PATCH] CRM-14869 --- templates/CRM/Member/Form/Membership.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Member/Form/Membership.tpl b/templates/CRM/Member/Form/Membership.tpl index 1872744a45..5d56cc38ce 100644 --- a/templates/CRM/Member/Form/Membership.tpl +++ b/templates/CRM/Member/Form/Membership.tpl @@ -202,7 +202,7 @@ {/if} - {if $accessContribution and ! $membershipMode AND ($action neq 2 or !$rows.0.contribution_id or $onlinePendingContributionId)} + {if $accessContribution and ! $membershipMode AND ($action neq 2 or (!$rows.0.contribution_id AND !$softCredit) or $onlinePendingContributionId)} {if $onlinePendingContributionId}{ts}Update Payment Status{/ts}{else}{$form.record_contribution.label}{/if} {$form.record_contribution.html}
-- 2.25.1