From bd48fd3f4637b85b8dbc25a4a9d361f3672910d8 Mon Sep 17 00:00:00 2001 From: "deb.monish" Date: Tue, 9 Aug 2016 15:54:26 +0530 Subject: [PATCH] CRM-19189: Soft Credit and Soft Credit Type Fields Switched in Contribution Bulk Entry Form --- templates/CRM/Batch/Form/Entry.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Batch/Form/Entry.tpl b/templates/CRM/Batch/Form/Entry.tpl index 46718ba2ed..19f31e7ce8 100644 --- a/templates/CRM/Batch/Form/Entry.tpl +++ b/templates/CRM/Batch/Form/Entry.tpl @@ -104,8 +104,8 @@ {$form.soft_credit_contact_id.$rowNumber.html|crmAddClass:big} {$form.soft_credit_amount.$rowNumber.label} {$form.soft_credit_amount.$rowNumber.html|crmAddClass:eight} -
{$form.soft_credit_type.$rowNumber.html}
{elseif $n eq 'soft_credit_type'} +
{$form.soft_credit_type.$rowNumber.html}
{elseif $n eq 'contribution_soft_credit_pcp_id'}
{$form.pcp_made_through_id.$rowNumber.html}{$form.pcp_made_through.$rowNumber.html}
-- 2.25.1