Commit a771053e authored by Dmitry.Shahtanov's avatar Dmitry.Shahtanov

fix: Bug 19659 - Аргументы содержащие ошибки при вычислении игнорируются в формуле

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48961 954022d7-b5bf-4e40-9824-e11837661b57
parent 9d62f967
......@@ -101,7 +101,7 @@ cFormulaFunction.Statistical = {
count++;
}
else if ( __arg instanceof cError ) {
return this.value = _argV;
return this.value = __arg;
}
}
}
......
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