231801_test_to_master #1519
|
@ -18,7 +18,7 @@ class Controller extends Descriptor {
|
|||
|
||||
sendPickupOrder() {
|
||||
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 this.vnEmail.send(`Claims/${this.claim.id}/claim-pickup-email`, {
|
||||
|
|
Loading…
Reference in New Issue