From 70223980651eac57e0482c1f7d5033ad7845f09e Mon Sep 17 00:00:00 2001 From: kurund Date: Wed, 14 Aug 2013 13:33:07 +0530 Subject: [PATCH] notice fixes --- CRM/Batch/Form/Entry.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Batch/Form/Entry.php b/CRM/Batch/Form/Entry.php index 8f395f78fb..adf45db2de 100644 --- a/CRM/Batch/Form/Entry.php +++ b/CRM/Batch/Form/Entry.php @@ -192,6 +192,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++) { CRM_Contact_Form_NewContact::buildQuickForm($this, $rowNumber, NULL, TRUE, 'primary_', ts('Contact')); -- 2.25.1