This commit is contained in:
Peter Maquiran
2021-08-23 14:16:27 +01:00
parent c2e7a8a43b
commit 6870039234
2 changed files with 2 additions and 1 deletions
@@ -70,6 +70,7 @@ export class DespachosOptionsPage implements OnInit {
sendExpedienteToPending(){
this.popoverController.dismiss();
this.processes.SetTaskToPending(this.task.SerialNumber).subscribe(res=>{
this.toastService.successMessage()
console.log(res);
this.close();
},()=>{