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

Merge pull request #2303 from monishdeb/CRM-13833

CRM-13833 related fix 
parents 730507f7 3ebd4b5c
Branches
Tags
No related merge requests found
......@@ -531,6 +531,7 @@ function _civicrm_api3_buildprofile_submitfields($profileID, $optionsBehaviour =
'soft_credit' => 'soft_credit_to',
'group' => 'group_id',
'tag' => 'tag_id',
'soft_credit_type' => 'soft_credit_type_id',
);
if(array_key_exists($ufFieldTaleFieldName, $hardCodedEntityFields)) {
......@@ -662,6 +663,7 @@ function _civicrm_api3_map_profile_fields_to_entity(&$field) {
'check_number' => 'contribution',
'contribution_status_id' => 'contribution',
'soft_credit' => 'contribution',
'soft_credit_type' => 'contribution_soft',
'group' => 'group_contact',
'tag' => 'entity_tag',
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment