- Align the display of "State" attributes with Enums

SVN:trunk[555]
This commit is contained in:
Denis Flaven
2010-07-05 12:47:12 +00:00
parent 2d454141e6
commit de0d719942
3 changed files with 5 additions and 3 deletions

View File

@@ -524,7 +524,6 @@ abstract class DBObject
else
{
return $this->Get($sStateAttCode);
return MetaModel::GetStateLabel(get_class($this), $sStateAttCode);
}
}