From 9a8044dda19c7de1c9ad262848f64a900a46e72c Mon Sep 17 00:00:00 2001 From: jitendrapurohit Date: Fri, 12 Aug 2016 11:30:52 +0530 Subject: [PATCH] CRM-19202 - Exporting an OR search exports with selected fields --- CRM/Export/Form/Map.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CRM/Export/Form/Map.php b/CRM/Export/Form/Map.php index 0c08fbbc7e..d131e67e84 100644 --- a/CRM/Export/Form/Map.php +++ b/CRM/Export/Form/Map.php @@ -246,7 +246,8 @@ class CRM_Export_Form_Map extends CRM_Core_Form { $this->get('componentTable'), $this->get('mergeSameAddress'), $this->get('mergeSameHousehold'), - $exportParams + $exportParams, + $this->get('queryOperator') ); } -- 2.25.1