Merge branch 'release/2025.09.04' into feature/bugfix/CASH-1062
This commit is contained in:
commit
e2418c227a
1 changed files with 1 additions and 1 deletions
|
|
@ -1618,7 +1618,7 @@ export default {
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
} else if (
|
} else if (
|
||||||
!this.selectedProvider?.address?.streetAddress &&
|
(!this.selectedProvider?.address?.streetAddress || this.isVehicleHeavyTruck) &&
|
||||||
this.shopProviderData?.shopProviders?.length
|
this.shopProviderData?.shopProviders?.length
|
||||||
) {
|
) {
|
||||||
this.selectedProvider = this.shopProviderData.shopProviders[0];
|
this.selectedProvider = this.shopProviderData.shopProviders[0];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue