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

fixes for CRM-13259

----------------------------------------
* CRM-13259: Include gender fields in Contact get spec
  http://issues.civicrm.org/jira/browse/CRM-13259
parent a125bc70
No related branches found
No related tags found
No related merge requests found
......@@ -192,6 +192,8 @@ function _civicrm_api3_contact_get_spec(&$params) {
$params['provider_id']['title'] = 'Primary Phone Provider ID';
$params['email_id']['title'] = 'Primary Email ID';
$params['email']['title'] = 'Primary Email';
$params['gender_id']['title'] = 'Gender ID';
$params['gender']['title'] = 'Gender';
$params['on_hold']['title'] = 'Primary Email On Hold';
$params['im']['title'] = 'Primary Instant Messanger';
$params['im_id']['title'] = 'Primary Instant Messanger ID';
......
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