Merge pull request #1322 from kurund/accounting-batch-fixes
[civicrm-core.git] / CRM / Campaign / Selector / Search.php
index 60afca9d323979dc2127b00bbc906cb829c4526b..17f436765b8c1ab1db6482a668271ed19331fe46 100755 (executable)
@@ -249,6 +249,7 @@ class CRM_Campaign_Selector_Search extends CRM_Core_Selector_Base implements CRM
     $rows = array();
 
     While ($result->fetch()) {
+      $this->_query->convertToPseudoNames($result);
       $row = array();
       // the columns we are interested in
       foreach (self::$_properties as $property) {