diff --git a/apps/documenteditor/main/app/view/SignDialog.js b/apps/documenteditor/main/app/view/SignDialog.js index 9158d2569f..b6595f52ea 100644 --- a/apps/documenteditor/main/app/view/SignDialog.js +++ b/apps/documenteditor/main/app/view/SignDialog.js @@ -169,7 +169,7 @@ define([ var props = {}; props.certificateId = this.certificateId; if (this.signType == 'invisible') { - props.purpose(this.inputPurpose.getValue()); + props.purpose = this.inputPurpose.getValue(); } else { // props.asc_putName(me.inputName.getValue()); }