Support of Custom Fields in the Excel export... not really nice but should be usable.

SVN:trunk[4256]
This commit is contained in:
Denis Flaven
2016-06-23 09:26:24 +00:00
parent 0ab344edee
commit 1e6ab3bdf0
2 changed files with 6 additions and 1 deletions

View File

@@ -74,7 +74,7 @@ class ormCustomFieldsValue
{
$oAttDef = MetaModel::GetAttributeDef(get_class($this->oHostObject), $this->sAttCode);
$oHandler = $oAttDef->GetHandler($this->GetValues());
return $oHandler->GetAsCSV($this->aCurrentValues, $sSeparator = ',', $sTextQualifier = '"', $bLocalize = true);
return $oHandler->GetAsCSV($this->aCurrentValues, $sSeparator, $sTextQualifier, $bLocalize);
}
/**