From: jitendrapurohit Date: Wed, 25 May 2016 12:50:39 +0000 (+0530) Subject: CRM-18677 - Bugs with multivalued custom data displayed Inline. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e6a1bdbee8c8b6460886ab790eb214ad0fe8e840;p=civicrm-core.git CRM-18677 - Bugs with multivalued custom data displayed Inline. --- 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); }