From: jitendrapurohit Date: Wed, 18 Jun 2014 13:36:54 +0000 (+0530) Subject: CRM-14869 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8a80e619e94fc58ef8e25ee031eb7fb55fb06a82;p=civicrm-core.git CRM-14869 --- 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}