This commit is contained in:
tiago.kayaya
2021-07-05 08:25:17 +01:00
parent 4485c40ba1
commit 87edd8a21f
8 changed files with 38 additions and 63 deletions
@@ -63,6 +63,8 @@ export class DespachosOptionsPage implements OnInit {
}
sendExpedienteToPending(){
console.log(this.task.SerialNumber);
this.popoverController.dismiss();
this.processes.SetTaskToPending(this.task.SerialNumber).subscribe(res=>{
console.log(res);