This commit is contained in:
parent
c103eeab7f
commit
b4183c2698
|
@ -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`, {
|
||||||
|
|
Loading…
Reference in New Issue