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

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