Skip to content
Snippets Groups Projects
Commit 2881300c authored by deepak-srivastava's avatar deepak-srivastava
Browse files

Merge pull request #1715 from davecivicrm/CRM-10128

CRM-10128 - updated to reflect changed names for gender, prefix, suffix.
parents 9d787045 4512fd44
Branches
Tags
No related merge requests found
......@@ -2141,10 +2141,10 @@ ORDER BY civicrm_email.is_primary DESC";
'job_title',
'middle_name',
'birth_date',
'gender',
'gender_id',
'current_employer',
'individual_prefix',
'individual_suffix')) &&
'prefix_id',
'suffix_id')) &&
($value == '' || !isset($value)) &&
($session->get('authSrc') & (CRM_Core_Permission::AUTH_SRC_CHECKSUM + CRM_Core_Permission::AUTH_SRC_LOGIN)) == 0) {
// CRM-10128: if auth source is not checksum / login && $value is blank, do not fill $data with empty value
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment