Commit edd18005 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

дополнение к Revision: 62742

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@62743 954022d7-b5bf-4e40-9824-e11837661b57
parent ccbd7cc5
......@@ -7155,7 +7155,7 @@ function _downloadAs(editor, command, oDocumentMailMerge, oMailMergeSendData, fi
if(null != oMailMergeSendData && c_oAscFileType.HTML == oMailMergeSendData.get_MailFormat())
oBinaryFileWriter = new BinaryFileWriter(oLogicDocument, false, true);
else
oBinaryFileWriter = new BinaryFileWriter(oLogicDocument, true, true);
oBinaryFileWriter = new BinaryFileWriter(oLogicDocument);
oAdditionalData["data"] = oBinaryFileWriter.Write();
}
if(null != oMailMergeSendData){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment