Revert "Catch missed path for resetting when zip changes"
This reverts commit c27b3d612c.
This commit is contained in:
parent
c27b3d612c
commit
c92ff4d1b5
1 changed files with 0 additions and 4 deletions
|
|
@ -1869,10 +1869,6 @@ export const actions = {
|
||||||
saveServiceLocation(context, serviceLocationInfo) {
|
saveServiceLocation(context, serviceLocationInfo) {
|
||||||
if (context.state.order.serviceLocationInfo) {
|
if (context.state.order.serviceLocationInfo) {
|
||||||
if (serviceLocationInfo.zipCode !== context.state.order.serviceLocationInfo.zipCode) {
|
if (serviceLocationInfo.zipCode !== context.state.order.serviceLocationInfo.zipCode) {
|
||||||
context.commit(storeMutations.RESET_SERVICE_LOCATION_APPOINTMENT_TYPE);
|
|
||||||
context.commit(storeMutations.RESET_SERVICE_LOCATION_PROVIDER);
|
|
||||||
context.commit(storeMutations.RESET_SERVICE_LOCATION_MOBILE_ADDRESS);
|
|
||||||
|
|
||||||
context.commit(storeMutations.RESET_SCHEDULE);
|
context.commit(storeMutations.RESET_SCHEDULE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue