Skip to content
Snippets Groups Projects
Verified Commit bc6a4f1e authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #11669 TIME 0:05 fix id

parent ac35d265
No related branches found
No related tags found
No related merge requests found
...@@ -86,6 +86,6 @@ export class SendExternalNoteBookActionComponent implements OnInit { ...@@ -86,6 +86,6 @@ export class SendExternalNoteBookActionComponent implements OnInit {
} }
setVal(user: any) { setVal(user: any) {
this.externalSignatoryBookDatas.processingUser = user; this.externalSignatoryBookDatas.processingUser = user.id;
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment