This commit is contained in:
tiago.kayaya
2021-07-06 16:10:03 +01:00
parent b6e7cc4ea9
commit d433543b5c
2 changed files with 6 additions and 6 deletions
@@ -63,8 +63,6 @@ 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);