mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Spreadsheet export: fix = do take the no_localize option into account
SVN:trunk[3726]
This commit is contained in:
@@ -213,7 +213,7 @@ class SpreadsheetBulkExport extends TabularBulkExport
|
||||
}
|
||||
else if($oAttDef instanceof AttributeString)
|
||||
{
|
||||
$sField = $oObj->GetAsHTML($sAttCode);
|
||||
$sField = $oObj->GetAsHTML($sAttCode, $this->bLocalizeOutput);
|
||||
$sData .= "<td x:str>$sField</td>";
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user