CRM-19202 - Exporting an OR search exports with selected fields
authorjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Fri, 12 Aug 2016 06:00:52 +0000 (11:30 +0530)
committerjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Fri, 12 Aug 2016 06:00:52 +0000 (11:30 +0530)
CRM/Export/Form/Map.php

index 0c08fbbc7e58bc0adaaa6745cc7438d144b2f3de..d131e67e845ae1bfb387a3a3fb3d368483f49954 100644 (file)
@@ -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')
     );
   }