DataObjects/Office.php
authorChris <chris@roojs.com>
Wed, 16 Jan 2013 08:41:46 +0000 (16:41 +0800)
committerChris <chris@roojs.com>
Wed, 16 Jan 2013 08:41:46 +0000 (16:41 +0800)
DataObjects/Office.php

index 2b31d16..cf85b93 100644 (file)
@@ -27,7 +27,7 @@ class Pman_Core_DataObjects_Office extends DB_DataObject
     function applyFilters($q, $au)
     {
         //DB_DataObject::debugLevel(1);
-        
+        $this->selectAdd("   i18n_translate('c' , Office.country, 'en') as country_name");
     }
     
     function joinAddCountryWithPerson()