Skip to content
Snippets Groups Projects
Commit 70223980 authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

notice fixes

parent a3b68c30
No related branches found
No related tags found
No related merge requests found
......@@ -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'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment