Skip to content

Commit

Permalink
Merge pull request #16957 from pradpnayak/importMappings
Browse files Browse the repository at this point in the history
fixed mapping when using custom field for contact sub type
  • Loading branch information
eileenmcnaughton authored Apr 10, 2020
2 parents 2e239e3 + f6b94a7 commit 1e7139a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CRM/Contact/Import/Form/MapField.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public function preProcess() {
$this->_mapperFields = $this->get('fields');
$this->_importTableName = $this->get('importTableName');
$this->_onDuplicate = $this->get('onDuplicate');
$this->_contactSubType = $this->get('contactSubType');
$highlightedFields = [];
$highlightedFields[] = 'email';
$highlightedFields[] = 'external_identifier';
Expand Down

0 comments on commit 1e7139a

Please sign in to comment.