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

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