fix delegar

This commit is contained in:
Peter Maquiran
2021-11-03 15:04:30 +01:00
parent 5dc41a1ff0
commit 91c92f9e26
3 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ export class DelegarPage implements OnInit {
let body = {
"SerialNumber": this.task.SerialNumber,
"DispatchDocId": this.task.DocId,
"FolderID": this.task.FolderId,
"FolderID": this.task.FolderId || this.task.FolderID,
"Subject": this.task.Folio,
"Comment": this.note,
"DelegatedUserEmail": this.taskParticipants[0].EmailAddress,