From 4a965320eb6dbdc6cf06644a15e10575a9b529ef Mon Sep 17 00:00:00 2001 From: yashodha Date: Tue, 15 Dec 2015 14:36:44 +0530 Subject: [PATCH] CRM-17704: fix for select all primary fields ---------------------------------------- * CRM-17704: Export: Regression on Select Fields to Export - Current Employer https://issues.civicrm.org/jira/browse/CRM-17704 --- CRM/Contact/BAO/Contact.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Contact/BAO/Contact.php b/CRM/Contact/BAO/Contact.php index b70957827d..562e2c9689 100644 --- a/CRM/Contact/BAO/Contact.php +++ b/CRM/Contact/BAO/Contact.php @@ -1491,6 +1491,7 @@ WHERE id={$id}; "; } } + $fields['current_employer_id']['title'] = ts('Current Employer ID'); //fix for CRM-791 if ($export) { $fields = array_merge($fields, array( -- 2.25.1