From: Coleman Watts Date: Tue, 18 Feb 2014 16:50:21 +0000 (-0800) Subject: Batch entry label change X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=fe430658e3e5a1ea48ddd75d5c7b0dddb061cc26;p=civicrm-core.git Batch entry label change --- 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) {