From 3e77035d78d4112dfdff08c5af9e49481769bf79 Mon Sep 17 00:00:00 2001 From: monishdeb Date: Thu, 10 Oct 2013 16:01:37 +0530 Subject: [PATCH] Indentation fix at same commit --- 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 ffea8e901d..4e3ea15ccf 100644 --- a/templates/CRM/Batch/Form/Entry.tpl +++ b/templates/CRM/Batch/Form/Entry.tpl @@ -89,7 +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} + {$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}
-- 2.25.1