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

Merge pull request #1443 from kurund/CRM-13223

fixed CRM-13223
parents 82525aff 7d4ceb59
No related branches found
No related tags found
No related merge requests found
......@@ -186,6 +186,7 @@ function _civicrm_api3_contact_get_spec(&$params) {
$params['worldregion_id']['title'] = 'Primary Address World Region ID';
$params['worldregion']['title'] = 'Primary Address World Region';
$params['phone_id']['title'] = 'Primary Phone ID';
$params['phone']['title'] = 'Primary Phone';
$params['phone_type_id']['title'] = 'Primary Phone Type ID';
$params['provider_id']['title'] = 'Primary Phone Provider ID';
$params['email_id']['title'] = 'Primary Email 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