From 1bef172eb9939267615449cb4d4310e58b51acdb Mon Sep 17 00:00:00 2001 From: eileen Date: Thu, 23 Mar 2017 09:51:17 +1300 Subject: [PATCH] Enotice fix --- CRM/Member/Form/Task/Batch.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Member/Form/Task/Batch.php b/CRM/Member/Form/Task/Batch.php index 389f1343a9..1f274fed86 100644 --- a/CRM/Member/Form/Task/Batch.php +++ b/CRM/Member/Form/Task/Batch.php @@ -151,6 +151,7 @@ class CRM_Member_Form_Task_Batch extends CRM_Member_Form_Task { foreach ($this->_fields as $name => $field) { if ($customFieldID = CRM_Core_BAO_CustomField::getKeyID($name)) { $customValue = CRM_Utils_Array::value($customFieldID, $customFields); + $entityColumnValue = array(); if (!empty($customValue['extends_entity_column_value'])) { $entityColumnValue = explode(CRM_Core_DAO::VALUE_SEPARATOR, $customValue['extends_entity_column_value'] -- 2.25.1