Skip to content
Snippets Groups Projects
Commit 9c5991b3 authored by eileen's avatar eileen
Browse files

CRM-13234 define type for current_employer field

parent c1b19e8a
Branches
Tags
No related merge requests found
......@@ -123,6 +123,7 @@ function _civicrm_api3_contact_create_spec(&$params) {
$params['current_employer'] = array(
'title' => 'Current Employer',
'description' => 'Name of Current Employer',
'type' => CRM_Utils_Type::T_STRING,
);
$params['dupe_check'] = array(
'title' => 'Check for Duplicates',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment