CASH-816
CASH-816 fixed defect CASH-1121, didnt even need this if statement for anything so I removed it
This commit is contained in:
parent
0528d316cf
commit
87013401f5
1 changed files with 0 additions and 4 deletions
|
|
@ -520,7 +520,6 @@ export default {
|
||||||
const selectedProvider = this.shopProviders.find(
|
const selectedProvider = this.shopProviders.find(
|
||||||
(provider) => provider.providerNumber == this.selectedProviderNumber
|
(provider) => provider.providerNumber == this.selectedProviderNumber
|
||||||
);
|
);
|
||||||
if (selectedProvider.address.zipCode !== this.internalModel.zipCode) {
|
|
||||||
this.resetAlerts();
|
this.resetAlerts();
|
||||||
|
|
||||||
const zipCodeData = await this.getZipCodeData(
|
const zipCodeData = await this.getZipCodeData(
|
||||||
|
|
@ -590,9 +589,6 @@ export default {
|
||||||
|
|
||||||
this.closeModal();
|
this.closeModal();
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
this.closeModal();
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue