This commit is contained in:
Peter Maquiran
2023-08-08 09:43:26 +01:00
parent 834840fc41
commit 67a69d2e47
27 changed files with 153 additions and 54 deletions
@@ -482,7 +482,11 @@ export class DespachoPage implements OnInit {
await this.distartExpedientModal();
}
this.goBack();
if(res.data?.action != 'cancel') {
this.goBack();
}
}, (error) => {
console.log(error)
});