[SSE] Apply number format

This commit is contained in:
Julia Radzhabova 2021-01-26 19:30:37 +03:00
parent 5f6c00482e
commit 217c96714e

View file

@ -1481,7 +1481,7 @@ define([
},
onNumberFormatSelect: function(combo, record) {
this.xfsFormat.asc_setNumFormatInfo(record.value);
this.xfsFormat.asc_setNumFormatInfo(record.format);
this.api.asc_getPreviewCF('format-rules-edit-preview-format', this.xfsFormat, this.exampleText);
},