This commit is contained in:
Peter Maquiran
2021-08-23 12:01:10 +01:00
parent da993bccb0
commit 27f5b9ceeb
3 changed files with 2 additions and 2 deletions
@@ -97,6 +97,7 @@ export class DespachosPrOptionsPage implements OnInit {
sendExpedienteToPending() {
this.processes.SetTaskToPending(this.serialNumber).subscribe(res=>{
console.log(res);
this.toastService.successMessage()
this.close();
},()=>{