notice fixes
authorkurund <kurund@civicrm.org>
Wed, 14 Aug 2013 08:03:07 +0000 (13:33 +0530)
committerkurund <kurund@civicrm.org>
Wed, 14 Aug 2013 08:03:07 +0000 (13:33 +0530)
CRM/Batch/Form/Entry.php

index 8f395f78fbeaa818459a272a90c02ab95fc40fbf..adf45db2dec837a9590c0a047fc2ad6ab0adfe2c 100644 (file)
@@ -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'));