From 0e9f6ad1fcf11f7aa748ce5be69532e908efe8c3 Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Wed, 28 Oct 2015 15:55:03 -0700 Subject: [PATCH] CRM-17425 - Help improvement for Batch Entry and fix selectedChild behavior in UFGroup tabset. ---------------------------------------- * CRM-17425: Allow PCP selection in contribution batch entry https://issues.civicrm.org/jira/browse/CRM-17425 --- templates/CRM/Batch/Form/Entry.tpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/CRM/Batch/Form/Entry.tpl b/templates/CRM/Batch/Form/Entry.tpl index b98970082b..370e8cea19 100755 --- a/templates/CRM/Batch/Form/Entry.tpl +++ b/templates/CRM/Batch/Form/Entry.tpl @@ -28,7 +28,10 @@ {ts}Click Validate & Process below when you've entered all items for the batch. You can also Save & Continue Later at any time.{/ts} {if call_user_func(array('CRM_Core_Permission','check'), 'administer CiviCRM')} {capture assign=batchEntryProfileURL}{crmURL p="civicrm/admin/uf/group" q="reset=1&selectedChild=reserved-profiles"}{/capture} - {ts 1=$batchEntryProfileURL}Add, remove or change the order of columns by editing the reserved Contribution Bulk Entry profile. Custom fields and a Personal Campaign Page field can be added if needed.{/ts} + {ts 1=$batchEntryProfileURL}Add, remove or change the order of columns by editing the corresponding Bulk Entry profile.{/ts} + {if $batchType EQ 1} + {ts}Custom fields and a Personal Campaign Page field can be added if needed.{/ts} + {/if} {/if} {if $batchAmountMismatch} -- 2.25.1