Skip to content
Snippets Groups Projects
Commit 0a5e5af8 authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

Merge pull request #1479 from pratik-joshi/CRM-13226-notice-fix

CRM-13226-notice-fix
parents 5e984191 d454582f
No related branches found
No related tags found
No related merge requests found
...@@ -386,7 +386,7 @@ class CRM_Contact_Import_Form_MapField extends CRM_Import_Form_MapField { ...@@ -386,7 +386,7 @@ class CRM_Contact_Import_Form_MapField extends CRM_Import_Form_MapField {
} }
else { else {
$options = NULL; $options = NULL;
if ($hasLocationTypes[$key]) { if (!empty($hasLocationTypes[$key])) {
$options = $this->_location_types; $options = $this->_location_types;
} }
elseif ($key == 'url') { elseif ($key == 'url') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment