projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1b19e8
)
CRM-13234 define type for current_employer field
author
eileen
<eileen@fuzion.co.nz>
Tue, 20 Aug 2013 13:26:47 +0000
(
01:26
+1200)
committer
eileen
<eileen@fuzion.co.nz>
Tue, 20 Aug 2013 13:26:47 +0000
(
01:26
+1200)
api/v3/Contact.php
patch
|
blob
|
blame
|
history
diff --git
a/api/v3/Contact.php
b/api/v3/Contact.php
index 6040e5ceb66369d11173d88c350e06dd543004e7..a96ba078e7dc8d22513f4c795f736066bbaaa3d3 100644
(file)
--- 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',