git status

This commit is contained in:
Peter Maquiran
2021-08-25 10:02:12 +01:00
parent 54ee7701c8
commit 8ba32333e7
@@ -282,7 +282,8 @@ export class CreateProcessPage implements OnInit {
try {
await this.processes.postDespatcho(this.postData).toPromise();
await this.FinalizarDespacho(loader, 'Despacho criado');
await this.despachoService.EfectuarDespacho({serialnumber: this.task.serialNumber}).toPromise();
this.modalController.dismiss();
} catch (error) {
this.toastService.badRequest('Processo não efectuado');