Skip to content

Commit

Permalink
[REF] [Export] Remove code that seems unused
Browse files Browse the repository at this point in the history
I can't find any evidence of this code being re-refenced. We DO reference a similar one for merge_same_address
  • Loading branch information
eileenmcnaughton committed Jul 11, 2019
1 parent cde1d69 commit 81438ed
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 81438ed

Please sign in to comment.