Fix to have the proper use of GetEditValue... thanks to C. Naud

SVN:1.2[1817]
This commit is contained in:
Denis Flaven
2012-01-30 12:49:04 +00:00
parent c3de9ecf10
commit d9d84703ae

View File

@@ -488,7 +488,7 @@ abstract class DBObject
}
// That's a standard attribute (might be an ext field or a direct field, etc.)
return $oAtt->GetAsHTML($this->Get($sAttCode));
return $oAtt->GetAsHTML($this->Get($sAttCode), $this);
}
public function GetEditValue($sAttCode)