DataObjects/Office.php
authorAlan Knowles <alan@roojs.com>
Tue, 22 Jan 2013 08:48:36 +0000 (16:48 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 22 Jan 2013 08:48:36 +0000 (16:48 +0800)
DataObjects/Office.php

index a7bfec7..f0f130c 100644 (file)
@@ -27,7 +27,8 @@ 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 office_id_country_name");
+        $tn  = $this->tableName();
+        $this->selectAdd("   i18n_translate('c' , {$tn }.country, 'en') as office_id_country_name");
     }
     
     function joinAddCountryWithPerson()