Skip to content

Commit

Permalink
Merge pull request #14804 from eileenmcnaughton/eee
Browse files Browse the repository at this point in the history
[REF] [Export] Remove code that seems unused
  • Loading branch information
colemanw authored Jul 11, 2019
2 parents 46a36ce + 81438ed commit 7473f2c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions CRM/Export/BAO/Export.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,6 @@ public static function exportComponents(
}
$paymentTableId = $processor->getPaymentTableID();

if ($processor->getRequestedFields() &&
$processor->isPostalableOnly()
) {
$exportParams['postal_mailing_export']['temp_columns'] = $processor->getAdditionalFieldsForPostalExport();
}

// rectify params to what proximity search expects if there is a value for prox_distance
// CRM-7021
if (!empty($params)) {
Expand Down

0 comments on commit 7473f2c

Please sign in to comment.