CRM-17425 Batch Contrib Entry: extra column created by soft credit type
authorAndrew Hunt <andrew@aghstrategies.com>
Tue, 20 Oct 2015 17:14:18 +0000 (13:14 -0400)
committerAndrew Hunt <andrew@aghstrategies.com>
Tue, 20 Oct 2015 17:18:29 +0000 (13:18 -0400)
----------------------------------------
* CRM-17425: Allow PCP selection in contribution batch entry
  https://issues.civicrm.org/jira/browse/CRM-17425

templates/CRM/Batch/Form/Entry.tpl

index e020571d4d45ef1492420cb56b52b869a54c2a9f..6447753aeaa0f6f100a3c1736de45f8845492358 100755 (executable)
               {$form.soft_credit_contact_id.$rowNumber.html|crmAddClass:big}
               {$form.soft_credit_amount.$rowNumber.label}&nbsp;{$form.soft_credit_amount.$rowNumber.html|crmAddClass:eight}
             </div>
+            <div class="compressed crm-grid-cell">{$form.soft_credit_type.$rowNumber.html}</div>
           {elseif $n eq 'soft_credit_type'}
-            <div class="compressed crm-grid-cell">
-              {$form.soft_credit_type.$rowNumber.html}
-            </div>
           {elseif $n eq 'contribution_soft_credit_pcp_id'}
             <div class="compressed crm-grid-cell">
               <div>{$form.pcp_made_through_id.$rowNumber.html}{$form.pcp_made_through.$rowNumber.html}</div>