Commit 3dbd9a5f authored by konovalovsergey's avatar konovalovsergey

for 2f749e6a

parent 84a44cc0
......@@ -2415,7 +2415,7 @@ CellFormat.prototype =
_formatToText : function(number, nValType, dDigitsCount, bChart, cultureInfo)
{
var result = "";
var arrFormat = this.format(number, nValType, dDigitsCount, null, bChart, cultureInfo);
var arrFormat = this.format(number, nValType, dDigitsCount, bChart, cultureInfo);
for (var i = 0, item; i < arrFormat.length; ++i) {
item = arrFormat[i];
if (item.format) {
......
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