From 81438edd505a8d20e884de1998799a23ec61593e Mon Sep 17 00:00:00 2001 From: eileen Date: Thu, 11 Jul 2019 00:48:58 +1200 Subject: [PATCH] [REF] [Export] Remove code that seems unused I can't find any evidence of this code being re-refenced. We DO reference a similar one for merge_same_address --- CRM/Export/BAO/Export.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CRM/Export/BAO/Export.php b/CRM/Export/BAO/Export.php index 969c18bd4b..08ab05e2c7 100644 --- a/CRM/Export/BAO/Export.php +++ b/CRM/Export/BAO/Export.php @@ -198,12 +198,6 @@ INSERT INTO {$componentTable} SELECT distinct gc.contact_id FROM civicrm_group_c } $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)) { -- 2.25.1