refs #5436 mod de error
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Carlos Satorres 2023-04-20 11:33:28 +02:00
parent c103eeab7f
commit b4183c2698
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class Controller extends Descriptor {
sendPickupOrder() { sendPickupOrder() {
if (!this.claim.client.email) { if (!this.claim.client.email) {
this.vnApp.showSuccess(this.$t('The client does not have an email')); this.vnApp.showError(this.$t('The client does not have an email'));
return; return;
} }
return this.vnEmail.send(`Claims/${this.claim.id}/claim-pickup-email`, { return this.vnEmail.send(`Claims/${this.claim.id}/claim-pickup-email`, {