From: jitendrapurohit Date: Fri, 12 Aug 2016 06:00:52 +0000 (+0530) Subject: CRM-19202 - Exporting an OR search exports with selected fields X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9a8044dda19c7de1c9ad262848f64a900a46e72c;hp=7a63f4bfdfeb9216bd9d695e2e791ef3af327db8;p=civicrm-core.git CRM-19202 - Exporting an OR search exports with selected fields --- 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') ); }