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

Merge pull request #1935 from vivekarora/CRM-13719-4.4

Handling of CiviCase CustomGroups
parents ee858e9b ccc78496
Branches
Tags
No related merge requests found
......@@ -471,6 +471,9 @@ class CRM_Utils_Migrate_Export {
elseif ($object->extends == 'Relationship') {
$key = 'relationship_type';
}
elseif($object->extends == 'Case') {
$key = 'case_type';
}
$types = explode(CRM_Core_DAO::VALUE_SEPARATOR, substr($object->$name, 1, -1));
$values = array();
if (in_array($object->extends, array('Individual', 'Organization', 'Household'))) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment