From e6a1bdbee8c8b6460886ab790eb214ad0fe8e840 Mon Sep 17 00:00:00 2001 From: jitendrapurohit Date: Wed, 25 May 2016 18:20:39 +0530 Subject: [PATCH] CRM-18677 - Bugs with multivalued custom data displayed Inline. --- CRM/Contact/Form/Contact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contact/Form/Contact.php b/CRM/Contact/Form/Contact.php index 40187f08ba..8407b12c67 100644 --- a/CRM/Contact/Form/Contact.php +++ b/CRM/Contact/Form/Contact.php @@ -355,7 +355,7 @@ class CRM_Contact_Form_Contact extends CRM_Core_Form { //loop the group for ($i = 0; $i <= $groupCount; $i++) { CRM_Custom_Form_CustomData::preProcess($this, NULL, $contactSubType, - $i, $this->_contactType + $i, $this->_contactType, $this->_contactId ); CRM_Contact_Form_Edit_CustomData::buildQuickForm($this); } -- 2.25.1