для Bug 29859 - [Mail Merge] Ошибка конвертации при загрузке документа с данными адресатов

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/nodeJSProjects@64671 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Sergey.Konovalov
2015-09-11 15:05:18 +00:00
committed by Alexander.Trofimov
parent 1fa18590b2
commit 6475e2cd24

View File

@ -194,10 +194,10 @@ function CMailMergeSendData(obj) {
this['message'] = obj['message'];
this['recordFrom'] = obj['recordFrom'];
this['recordTo'] = obj['recordTo'];
this['recordToExec'] = obj['recordToExec'];
this['recordCount'] = obj['recordCount'];
this['userId'] = obj['userId'];
this['url'] = obj['url'];
this['baseUrl'] = obj['baseUrl'];
this['jsonkey'] = obj['jsonkey'];
} else {
this['from'] = null;
@ -211,6 +211,7 @@ function CMailMergeSendData(obj) {
this['recordCount'] = null;
this['userId'] = null;
this['url'] = null;
this['baseUrl'] = null;
this['jsonkey'] = null;
}
}