N.707 Export of custom fields: improved the xlsx format and implemented the spreadsheet format (both are aligned)

SVN:trunk[4935]
This commit is contained in:
Romain Quetiez
2017-09-22 13:37:44 +00:00
parent c11753d91c
commit 3e61fd2452
3 changed files with 9 additions and 7 deletions

View File

@@ -7406,7 +7406,7 @@ class AttributeCustomFields extends AttributeDefinition
public function GetEditValue($sValue, $oHostObj = null)
{
return 'GetEditValueNotImplemented for '.get_class($this);
return $this->GetForTemplate($sValue, '', $oHostObj, true);
}
/**