Spreadsheet export: fix = do take the no_localize option into account

SVN:trunk[3726]
This commit is contained in:
Romain Quetiez
2015-09-07 14:27:55 +00:00
parent 52ad33f5b2
commit 1bb2d168fa

View File

@@ -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