From b4ae0beee3924359e1ec14b4415eca25d466019c Mon Sep 17 00:00:00 2001 From: CiviCRM <info@civicrm.org> Date: Sat, 27 Jul 2013 21:45:26 +0530 Subject: [PATCH] CRM-13078, help text fix ---------------------------------------- * CRM-13078: Batch Data Entry silently drops 'batch-valid' entries if no contact_id is associated with them http://issues.civicrm.org/jira/browse/CRM-13078 --- 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 cc1d057c35..423c0288f3 100644 --- a/templates/CRM/Batch/Form/Entry.tpl +++ b/templates/CRM/Batch/Form/Entry.tpl @@ -25,7 +25,7 @@ *} <div class="batch-entry form-item"> <div id="help"> - {ts}Click Validate & Process below when you've entered all items for the batch. You can also Save & Continue Later at any time. Go to Administer > Customize Display & Screens > Profiles > Reserved Profiles > to add, remove or change the order of columns.{/ts} + {ts}Click Validate & Process below when you've entered all items for the batch. You can also Save & Continue Later at any time. Go to Administer > Customize Data and Screens > Profiles > Reserved Profiles > to add, remove or change the order of columns.{/ts} </div> {if $batchAmountMismatch} <div class="status message status-warning"> -- GitLab