Commit bf55cb1a authored by konovalovsergey's avatar konovalovsergey

docPrId starts with 1

parent cbce6e6d
......@@ -13540,7 +13540,7 @@ function DocSaveParams(bMailMergeDocx, bMailMergeHtml) {
this.trackRevisionId = 0;
this.footnotes = {};
this.footnotesIndex = 0;
this.docPrId = 0;
this.docPrId = 1;
};
function DocReadResult(doc) {
this.logicDocument = doc;
......
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