From 9c5991b3186bda60efa001652fd63cd486257faf Mon Sep 17 00:00:00 2001 From: eileen Date: Wed, 21 Aug 2013 01:26:47 +1200 Subject: [PATCH] CRM-13234 define type for current_employer field --- api/v3/Contact.php | 1 + 1 file changed, 1 insertion(+) diff --git a/api/v3/Contact.php b/api/v3/Contact.php index 6040e5ceb6..a96ba078e7 100644 --- a/api/v3/Contact.php +++ b/api/v3/Contact.php @@ -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', -- 2.25.1