From: Andrew Hunt Date: Tue, 20 Oct 2015 17:14:18 +0000 (-0400) Subject: CRM-17425 Batch Contrib Entry: extra column created by soft credit type X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6bf56b498a3785a1e9e74b3a41c5c82dee8e4bc0;p=civicrm-core.git CRM-17425 Batch Contrib Entry: extra column created by soft credit type ---------------------------------------- * CRM-17425: Allow PCP selection in contribution batch entry https://issues.civicrm.org/jira/browse/CRM-17425 --- diff --git a/templates/CRM/Batch/Form/Entry.tpl b/templates/CRM/Batch/Form/Entry.tpl index e020571d4d..6447753aea 100755 --- a/templates/CRM/Batch/Form/Entry.tpl +++ b/templates/CRM/Batch/Form/Entry.tpl @@ -97,10 +97,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}