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
@@ -293,7 +293,7 @@ export class DespachoPrPage implements OnInit {
sendExpedienteToPending(){
this.processes.SetTaskToPending(this.serialNumber).subscribe(res=>{
this.goBack();
this.popoverController.dismiss('close')
this.toastService.successMessage('Processo enviado para pendentes')
},()=>{