From fe430658e3e5a1ea48ddd75d5c7b0dddb061cc26 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 18 Feb 2014 08:50:21 -0800 Subject: [PATCH] Batch entry label change --- CRM/Batch/Form/Entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Batch/Form/Entry.php b/CRM/Batch/Form/Entry.php index f9764a48ab..c5d53b57b7 100644 --- a/CRM/Batch/Form/Entry.php +++ b/CRM/Batch/Form/Entry.php @@ -194,7 +194,7 @@ class CRM_Batch_Form_Entry extends CRM_Core_Form { $contactTypes = array('Contact', 'Individual', 'Household', 'Organization'); $contactReturnProperties = array(); for ($rowNumber = 1; $rowNumber <= $this->_batchInfo['item_count']; $rowNumber++) { - $this->addEntityRef("primary_contact_id[{$rowNumber}]", '', array('create' => TRUE)); + $this->addEntityRef("primary_contact_id[{$rowNumber}]", '', array('create' => TRUE, 'placeholder' => ts('- select -'))); // special field specific to membership batch udpate if ($this->_batchInfo['type_id'] == 2) { -- 2.25.1