From 77873780b84d500c7d5b846ae2f7e9bb0d8eb3b1 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 8 Jan 2013 18:05:44 +0800 Subject: [PATCH] DataObjects/Office.php --- DataObjects/Office.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObjects/Office.php b/DataObjects/Office.php index 169265e5..770229aa 100644 --- a/DataObjects/Office.php +++ b/DataObjects/Office.php @@ -43,7 +43,7 @@ class Pman_Core_DataObjects_Office extends DB_DataObject // "); // } - + $this->selectAdd("DISTINCT(Office.country) as country"); $this->joinAddCountryWithPerson(); } } -- 2.39.2