From: monishdeb Date: Thu, 10 Oct 2013 10:20:52 +0000 (+0530) Subject: CRM-12653 related fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0b4b4f48f65a5c06b106a8b86cf1cd7582c7a709;p=civicrm-core.git CRM-12653 related fix ---------------------------------------- * CRM-12653: Add Soft Credit Amount Field to Batch Data Entry http://issues.civicrm.org/jira/browse/CRM-12653 --- diff --git a/templates/CRM/Batch/Form/Entry.tpl b/templates/CRM/Batch/Form/Entry.tpl index 9fafd3105c..ffea8e901d 100644 --- a/templates/CRM/Batch/Form/Entry.tpl +++ b/templates/CRM/Batch/Form/Entry.tpl @@ -89,6 +89,7 @@ {elseif $n eq 'soft_credit'}
{include file="CRM/Contact/Form/NewContact.tpl" blockNo = $rowNumber noLabel=true prefix="soft_credit_"} + {$form.soft_credit_amount.$rowNumber.label} {$form.soft_credit_amount.$rowNumber.html|crmAddClass:eight}
{elseif in_array( $fields.$n.html_type, array('Radio', 'CheckBox'))}
 {$form.field.$rowNumber.$n.html}