From e5c02781c0a127305e49e9e2dc37e24d1e2e5fe1 Mon Sep 17 00:00:00 2001 From: Ravish Nair Date: Thu, 13 Jun 2013 15:09:59 +0530 Subject: [PATCH] -- CRM-12653 removed the batch copy link for soft credit ---------------------------------------- * CRM-12653: Add Soft Credit Amount Field to Batch Data Entry http://issues.civicrm.org/jira/browse/CRM-12653 * CRM-12653fix: http://issues.civicrm.org/jira/browse/CRM-12653fix --- 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 7031ab00e5..a0bfbc5036 100644 --- a/templates/CRM/Batch/Form/Entry.tpl +++ b/templates/CRM/Batch/Form/Entry.tpl @@ -49,7 +49,7 @@
 
{/if} {foreach from=$fields item=field key=fieldName} -
{ts 1=$field.title}Click to copy %1 from row one to all rows.{/ts}{$field.title}
+
{if $field.name neq 'soft_credit'}{ts 1=$field.title}Click to copy %1 from row one to all rows.{/ts}{/if}{$field.title}
{/foreach} {section name='i' start=1 loop=$rowCount} -- 2.25.1