Details
-
Type: Bug
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 4.6, 4.7
-
Fix Version/s: Unscheduled
-
Component/s: CiviCRM API, Core CiviCRM
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Needs Funding
Description
{{ $results = civicrm_api3('Contact', 'get', array(
'contact_type' => 'Individual',
'return' => 'display_name, contact_id, current_employer, employer_id',
));
}}
The employer_id attribute is not present in the results, yet it is a column in the DB table.