CRM-12653 related fix
authormonishdeb <monish.deb@webaccess.co.in>
Thu, 10 Oct 2013 10:20:52 +0000 (15:50 +0530)
committermonishdeb <monish.deb@webaccess.co.in>
Thu, 10 Oct 2013 10:20:52 +0000 (15:50 +0530)
----------------------------------------
* CRM-12653: Add Soft Credit Amount Field to Batch Data Entry
  http://issues.civicrm.org/jira/browse/CRM-12653

templates/CRM/Batch/Form/Entry.tpl

index 9fafd3105ce362b1cd9f53b7db6465aeba7dda0e..ffea8e901d397b4b33a56c69f311b24145115b92 100644 (file)
@@ -89,6 +89,7 @@
           {elseif $n eq 'soft_credit'}
             <div class="compressed crm-grid-cell">
               {include file="CRM/Contact/Form/NewContact.tpl" blockNo = $rowNumber noLabel=true prefix="soft_credit_"}
+             {$form.soft_credit_amount.$rowNumber.label}&nbsp;{$form.soft_credit_amount.$rowNumber.html|crmAddClass:eight}
             </div>
           {elseif in_array( $fields.$n.html_type, array('Radio', 'CheckBox'))}
             <div class="compressed crm-grid-cell">&nbsp;{$form.field.$rowNumber.$n.html}</div>