This commit is contained in:
Peter Maquiran
2021-08-23 11:49:45 +01:00
parent 9043adadbd
commit da993bccb0
@@ -78,6 +78,7 @@ export class RequestOptionsPage implements OnInit {
sendExpedienteToPending() {
this.processes.SetTaskToPending(this.task.SerialNumber).subscribe(res=>{
console.log(res);
this.toastService.successMessage()
this.close();
},()=>{