This commit is contained in:
Peter Maquiran
2021-07-28 14:18:02 +01:00
parent 999da281e8
commit 6da79420b4
8 changed files with 76 additions and 28 deletions
+1 -1
View File
@@ -31,6 +31,7 @@ export class DespachoMdService {
},
"AttachmentList" :documents,
}
return this.processes.CompleteTask(body)
}
@@ -64,7 +65,6 @@ export class DespachoMdService {
return this.processes.CompleteTask(body)
}
sendExpedienteToPending(serialnumber) {
return this.processes.SetTaskToPending(serialnumber)