DataObjects/Office.php
authorChris <chris@roojs.com>
Tue, 8 Jan 2013 10:08:40 +0000 (18:08 +0800)
committerChris <chris@roojs.com>
Tue, 8 Jan 2013 10:08:40 +0000 (18:08 +0800)
DataObjects/Office.php

index 782fc13..cf5c374 100644 (file)
@@ -43,7 +43,7 @@ class Pman_Core_DataObjects_Office extends DB_DataObject
 //                ");
 //            }
             //$this->selectAdd();
-            $this->selectAdd("DISTINCT(Office.country) as country");
+            $this->selectAdd("DISTINCT(country) as country");
             $this->joinAddCountryWithPerson();
         }
     }